(function($) {
	
	window.onload = function(){ 
		
		// BOX TARTALMAK KI/BE
		
		var h;
		h=$("#site_content .inner").height();
		h2=$("#bottom_navigation").height();
		
		$("#nav li").mouseover(function(event){
//			$("#nav").css('height',h+h2+155);
//			$("#nav ul").css('height',h+h2+155);	
//			$("#nav").css('z-index',1000);
		});
		$("#nav").mouseout(function(event){
//			$("#nav").css('z-index',1);
//			$("#nav").css('height',h);
//			$("#nav ul").css('height',h);	
		});
	}
	
})(jQuery);
