$(document).ready(function() {
            //Activate FancyBox
            $("p#showfrancy a").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'overlayOpacity' : 0.8
            });
            $("ul#slidefrancy a").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'overlayOpacity' : 0.8
            });
			$("a#custom_2, a#custom_3a").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'frameWidth':650,
				'frameHeight':600,
				'overlayOpacity' : 0.8
			});
			$("a#custom_3b").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'frameWidth':650,
				'frameHeight':600,
				'overlayOpacity' : 0.8
			});	
			$("a#custom_3c").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'frameWidth':650,
				'frameHeight':600,
				'overlayOpacity' : 0.8
			});	
			$("a#custom_3d").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'frameWidth':650,
				'frameHeight':600,
				'overlayOpacity' : 0.8
			});	
			$("a#custom_3e").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'frameWidth':450,
				'frameHeight':150,
				'overlayOpacity' : 0.8
			});	
			$("a#flash").fancybox({
				'hideOnContentClick': false,
				'overlayShow'			: true,
				'frameWidth':650,
				'frameHeight':600,
				'overlayOpacity' : 0.8
			});
}); 
$.fn.cycle.defaults.timeout = 6000;
$(function() {
		$('#s1').cycle({ 
    	fx:     'scrollUp',  
    	timeout: 6000,
		delay:  -2000
		});;
		$('#s2').cycle({ 
    	fx:'zoom', 
    	easing:'bouncein', 
    	delay:-4000 
		});;
		$('#s3').cycle({ 
    	fx:'shuffle', 
    	delay:-4000 
		});;
		$('#s4').cycle({ 
    	fx:'scrollDown', 
    	speedIn:2000, 
    	speedOut:500, 
    	easeIn:'bounceout', 
    	easeOut:'backin', 
    	delay:-2000 
		});
		$('#s5').cycle({ 
    	fx:'scrollDown', 
    	speed:300, 
    	timeout:5000 
		});
		$('#s6').cycle({ 
    	fx:'scrollLeft',
    	timeout:5000
		});
		$('#s7').cycle({ 
    	fx:'fade',
		speed: 300,
    	timeout:5000
		});
		$('#s8').cycle({ 
    	fx:'scrollDown', 
    	speed:300, 
    	timeout:5000 
		});
		$('#s9').cycle({ 
    	fx:'fade',
		speed: 700,
    	timeout:6000
		});	
		$('#s10').cycle({ 
		fx:     'scrollUp', 
		timeout: 6000, 
		delay:  -2000 ,
		pause: true
	});
});
function popup(mylink, windowname)
{
if (! window.focus)return true;
var href;
if (typeof(mylink) == 'string')
   href=mylink;
else
   href=mylink.href;
window.open(href, windowname, 'width=520,height=420,scrollbars=no');
return false;
}