window.addEvent("domready",function(){$$("#nav_sub li").addEvent("mouseenter",function(){this.set("morph",{duration:500});this.morph({"padding-bottom":"75px","margin-top":"0"});this.getChildren("a").addClass("active")});$$("#nav_sub li").addEvent("mouseleave",function(){this.set("morph",{duration:500});this.morph({"padding-bottom":"15px","margin-top":"60px"});this.getChildren("a").removeClass("active")})});function GoToRegion(b,a){if($(b)){var d=Number($(b).value);var c=$(b).options[$(b).selectedIndex].text;c=c.replace("'","").replace(" ","-");if(d>0){location.href=a+"/"+d+"/"+c+".htm"}}}function GoToProvince(d,b){if($(d)){var c=Number($(d).value);var a=$(d).options[$(d).selectedIndex].text;a=a.replace("'","").replace(" ","-");if(c>0){location.href=b+"/"+c+"/"+a+".htm"}}};
