$(document).ready(function() {

	/*if($(".footer").attr("hideprice") == "1") {
		$("tr.compareRate").hide();                           //room comparison price	
		$(".thisinfo div").css("background-color","transparent")     //room detail price
		.find("span").hide().next("strong").hide();
		
		$(".roomItem .links .price").hide()
		.parent().css("position","relative")
		.find(".lks2").css({"position":"absolute","bottom":0});
		
	}*/
	
//	 if ($(".footer").attr("hideprice") == "1") {
//         $("tr.compareRate").hide();     
//         $(".roomItem .links .price").css("visibility", "hidden").parent().css("position", "relative")
//		     .find(".lks2").css({ "position": "absolute", "bottom": 0 });            

//            thisinfotimer = setInterval(function() {
//                if ($(".thisinfo div").html() != null) {
//                                    
//                    $(".thisinfo div").css("background-color", "transparent").find("span").hide().next("strong").hide();                  
//                }
//            }, 50);

//    }

	   //language select
          
         if($(".lang").hasClass("lang_vf")) { 
                
         }    
		else if($(".lang").hasClass("lang_h")){
             $(".lang p").show();
		}
		else if($(".lang").hasClass("lang_hf")){
		     $(".lang p").show();
		}
	
	
	
	if($(".roomsToggle").attr("view") == "big") {
		$(".smaller").removeClass("smaller").addClass("bigger");
	}

})