$(function() {
	$("#header").click(function(){
		location.href="/index.html";
	});
	
	$("ul.sf-menu").supersubs({minWidth:12,maxWidth:27,extraWidth:1}).superfish({ 
	            delay:       1000,                            // one second delay on mouseout 
	            speed:       'fast',                          // faster animation speed 
	            dropShadows: false                            // disable drop shadows 
	        });
});