$(document).ready(function(){
		// create fade effect for home page banners
		$('#home_banner').cycle({
				delay: 1000,
				speed: 500,
				pause: 1
		});

		$('#home_test').cycle({
				delay: 2000,
				speed: 500,
				timeout: 6000
		});

		// add popup to demo link
/* colorbox disabled 
		if (typeof $(".demo_btn").colorbox == 'function' ) {
				$(".home_demo_btn").colorbox({transition:"fade", iframe:true, innerWidth:400, innerHeight:350});
				$(".home_watch_video").colorbox({transition:"fade", iframe:true, innerWidth:400, innerHeight:300});
		}
*/
		
		$("ul.sf-menu").superfish(); 
});

