$(function(){$('#container-GuangZhouHotel ul.tab, #container-GuangZhouLife ul.tab, #container-HotelInfo ul.tab-hotel').tabs({event:'mouseover'}).find('a').click(function(){return false});$('#Index_Hotel_List li').mouseover(function(){$(this).addClass("index-change-bg")});$('#Index_Hotel_List li').mouseout(function(){$(this).removeClass("index-change-bg")});$('#TableBG tbody tr').mouseover(function(){$(this).addClass("table-change-bg")});$('#TableBG tbody tr').mouseout(function(){$(this).removeClass("table-change-bg")});$('#fragment-Tariff tbody tr, #fragment-NonTariff tbody tr').mouseover(function(){$(this).addClass("tcb2")});$('#fragment-Tariff tbody tr, #fragment-NonTariff tbody tr').mouseout(function(){$(this).removeClass("tcb2")});$('#OBF input, #OBF select, #OBF textarea').focus(function(){$(this).addClass("input-now")});$('#OBF input, #OBF select, #OBF textarea').blur(function(){$(this).removeClass("input-now")})});$(function(){$('#CantonFairTariff tr a, #CantonFairNonTariff tr a').not('.thickbox').bind('click',function(){$('#Room').attr("value",$(this).attr("title"));var classname=$(this).parent().parent().attr("class");$('#CantonFairTariff tr').not("."+classname).fadeOut("slow");$('#CantonFairNonTariff tr').not("."+classname).fadeOut("slow");$('#Room').addClass("room-type-style");return false})});$(function(){$('#CRT').bind('click',function(){$('#Room').removeClass("room-type-style").attr("value","");$('#CantonFairTariff>tr').fadeIn("slow");$('#CantonFairNonTariff>tr').fadeIn("slow");return false})});