window.onload = function () {
//google maps
//load();
	
//Hide before the fade
//Hide before the fade


//menu
// http://users.tpg.com.au/j_birch/plugins/superfish/
$('#menu').superfish({ 
            delay:       110,                       
            animation:   {height:'show'},
            speed:       'fast',                     
            autoArrows:  false,             
            dropShadows: false,
			pathClass:  'current' 
		//	onBeforeShow:  function(){$('#header #screen').show(1);},       
		//	onHide:        function(){$('#header #screen').hide(1);} 			                   
        }); 


//images


};


