 $(document).ready(function(){ 
        $("ul.sf-menu").superfish({ 
            pathClass:  'current',
            animation : { opacity:"show",height:"show"},
            speed:         'normal',         
    		autoArrows:    false,
   			 dropShadows:   false
		
        }); 
    }); 

$(document).ready(function(){
	var windowHeight = $(window).height();
	windowHeight = windowHeight + 1;
	$("#outerwrapper").css({'height':windowHeight+'px'})
});

$(document).ready(function(){
	$('#imageGallery').cycle({
   	fx:    'fade', 
    speed:2500,
    timeout: 5000
    });   
});

$(document).ready(function() {
	$('#comments').cycle({ 
    fx:    'scrollUp', 
    speed: 1500,
    timeout:  5000,
    pause:1  
	});
});
