$(document).ready(function() {
/*	var wys = $(document).height();	
	$("#menu > li > div").css("height",wys);
	$("#menu > li > div").each(function(){
		$(this).click(function(){
			window.location = $(this).parent().children("a").attr("href");		
		})	
	})*/
	
	$('.smooth').smoothScroll({speed: 2000});
	
});  

