function hide_menu(){
    var menus = Array("investment","search_results","search_details","sdde","srhu","sdhu","srde","srpl","sdpl","srcz","sdcz","srsk","sdsk","srru","sdru","srat","sdat","search_to_rentat","search_to_buyat","search_to_renthu","search_to_buyhu","search_to_rentde","search_to_buyde","search_to_rentpl","search_to_buypl","search_to_rentcz","search_to_buycz","search_to_rentsk","search_to_buysk","search_to_rentru","search_to_buyru","search_to_rent","search_to_buy","property_in_bratislava_rent","property_in_bratislava_buy","property_in_vienna_rent","property_in_bratislava_sell","buy","landlords","at_home_real_estate_agency_rent","sell","investments_corporate_accounts","property_in_budapest_rent","property_in_budapest_buy","property_in_budapest_sell","property_in_budapest_landlords","property_in_budapest_corporate_accounts","property_in_budapest_international","property_in_prague_rent","property_in_prague_buy","property_in_prague_sell","property_in_prague_landlords","property_in_prague_corporate_accounts","property_in_prague_international","property_in_warsaw_rent","property_in_warsaw_buy","property_in_warsaw_landlords","property_in_warsaw_sell","property_in_warsaw_corporate_accounts","property_in_warsaw_international","property_in_bratislava_landlords","property_in_bratislava_corporate_accounts","property_in_bratislava_international","property_in_moscow_rent","property_in_moscow_buy","property_in_moscow_sell","property_in_moscow_landlords","property_in_moscow_corporate_accounts","property_in_moscow_international","property_in_vienna_buy","property_in_vienna_sell","property_in_vienna_landlords","property_in_vienna_corporate_accounts","property_in_vienna_international","berles","eladas","kiado_ingatlana_van","elado_ingatlana_van","ceges_ugyfelek","nemzetkozi_irodak","mieten","kaufen","vermieter","wynajem","kupno","pronajem","koupe","majitele","prodej","prenajom","kupa","predaj","arenda","pokupka","prodazha","sobstvenniki","srat");
   
    for(var i=0; i<menus.length; i++){
	if(document.getElementById(menus[i])){
document.getElementById(menus[i]).style.display = "none";
	}
//one_menu.style.display ="none";
    }
   
}


