$(document).ready(function(){
	$(".menu li").not("#activ").each(function(){$(this).html('<u>&nbsp;&nbsp;&nbsp;&nbsp;</u>&nbsp;&nbsp;'+$(this).html());});
	$(".menu #activ").each(function(){$(this).html('&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'+$(this).html());});
 	$(".gimg_id").hover(function(){$("#"+this.id+" .text").slideToggle("slow");}, function(){$("#"+this.id+" .text").slideUp("slow");});
	$("#calendar, #news").click(function(){$("#calendar_div, #news_div").css('display','none');$("#"+this.id+"_div").css('display','block');return false;});
	$(".search img").click(function(){window.location.href='/search/'+$(".search input").val();});
	$(".offers_des span a").click(function(){$("#open_"+this.id).load('/offers['+this.id+']');return false;});

});

function search_i(i){if(i==13){window.location.href='/search/'+$(".search input").val();}}
