function outSearchRecommendsClick(n){GETAO.IsNullOrEmptyOrUndefined(n)&&(n=$("#hidSearchWords").val()),GETAO.IsNullOrEmptyOrUndefined(n)||(n=GETAO.TrimBySide(n),window.location.href="/search/"+encodeURI(n)+"/")}function btnSearchRecommendsClick(n,t){GETAO.IsNullOrEmptyOrUndefined(n)&&(n=$("#hidSearchWords").val()),GETAO.IsNullOrEmptyOrUndefined(n)||(n=GETAO.TrimBySide(n),window.location.href="/search/"+encodeURI(n)+"/a"+t+"?s="+t)}function onLoad(){try{var n={search:""};$.ajax({url:"/master/ZHttpPost_GetSearchRecommends",type:"POST",async:!1,data:n,dataType:"Json",success:function(n){var t;if(n.ResponseCode=="0"){var u=JSON2.parse(n.ResponseData),i=JSON2.parse(u.InSearchRecommend),r=JSON2.parse(u.OutSearchRecommend);if(GETAO.IsNullOrEmptyOrUndefined(i)||($("#hidSearchWords").val(i.SearchWords),$("#search").attr("data-displaywords",i.DisplayWords),$("#search").val(i.DisplayWords)),!GETAO.IsNullOrEmptyOrUndefined(r))for($(".hot_sea").empty(),t=0;t"+r[t].DisplayWords+"<\/a>")}}})}catch(t){}}function MarkCurrMenu(n){try{GETAO.IsNullOrEmptyOrUndefined(n)?($(".product_patern").mouseenter(function(){$(this).find(".attr_box").show()}),$(".product_patern").mouseleave(function(){$(this).find(".attr_box").hide()})):($.each($("#master_top .menu ul").children("li"),function(t,i){$(i).attr("data-menuName")==n&&($(i).find("a").addClass("curr"),$(i).find("i").addClass("curr_icon"))}),n=="home"?$(".product_patern").unbind():($(".product_patern").mouseenter(function(){$(this).find(".attr_box").show()}),$(".product_patern").mouseleave(function(){$(this).find(".attr_box").hide()})))}catch(t){}}$(function(){onLoad();$("#search").on("focus",function(){$(this).val()==$(this).attr("data-displaywords")&&($(this).val(""),$(this).css("color","#333"))});$("#search").on("blur",function(){$(this).val()==""&&($(this).val($(this).attr("data-displaywords")),$(this).css("color","#999"))});$(".product_patern .attr_box .sec_attr li").mouseover(function(){$(this).addClass("active_row").siblings("li").removeClass("active_row"),$(this).find(".nav_cont").show()}),$(".product_patern .attr_box .sec_attr li").mouseout(function(){$(this).removeClass("active_row"),$(this).find(".nav_cont").hide()}),$(".search-tab div").click(function(){$(this).addClass("curr").siblings("div").removeClass("curr")});var n=$.request.queryString.s;GETAO.IsNullOrEmptyOrUndefined(n)?$(".search-tab div").first().addClass("curr"):($(".search-tab div").removeClass("curr"),$(".search-tab div").each(function(t,i){if($(i).attr("data-value")==n)return $(i).addClass("curr"),!1})),$(".sea_but").hover(function(){var n=$(this).find(".sea_but_name");$(n).animate({height:"0"},300,"swing",function(){$(n).hide()})},function(){var n=$(this).find(".sea_but_name");$(n).css("height","36px").show().stop()})})