$(document).ready(function(){ 
    $('#photoframe').cycle({
		fx:    'fade', 
		timeout: 3000,
		speed: 3000
    });
    
    $('ul.sf-menu').superfish({ 
        animation: {height:'show'},   // slide-down effect without fade-in 
        delay:     1200               // 1.2 second delay on mouseout 
    }); 
});
