var inputTxt;var selectIndex;$(function(){inputTxt=$("#aliSearchInput");inputTxt.val("\u8f93\u5165\u4ea7\u54c1\u540d\u79f0").css("color","#969595");selectIndex=0;var a=$(".search-categories li");$(".categories li:even").click(function(){a.removeClass(" FL_sHover");$(this).addClass(" FL_sHover");selectIndex=$(this).index();swichIndex($(this).index());$("#searchType").val($(this).attr("val"))});inputTxt.focus(function(){inputTxt.val("")});inputTxt.blur(function(){$(this).val($(this).val()==""?swichIndex(selectIndex):$(this).val())});$("#showMoreDiv").hover(function(){$("#hidMoreSerach").toggle()});$("#showMoreDiv p").click(function(){var b=$(".categories li");selectIndex=$(this).index();swichMoreIndex($(this).index());a.removeClass(" FL_sHover");$(".categories li").eq(b.length-3).addClass(" FL_sHover");$(this).addClass(" P_link").siblings().removeClass();$("#showMoreSerachInfo").html('<a title="\u9047\u5230\u96be\u9898\uff1f\u5230\u751f\u610f\u7ecf\u53bb\u63d0\u95ee" href="#">'+$(this).text()+"</a>");$("#showMoreSerachInfo").attr("val",$(this).attr("val"));$("#searchType").val($(this).attr("val"))});$(".PCat_changP").mousemove(function(){$(this).find(".more_Pcategorg").show();$(this).find(".PCat_c1").addClass("PCat_c1link")});$(".PCat_changP").mouseleave(function(){$(this).find(".more_Pcategorg").hide();$(this).find(".PCat_c1").removeClass("PCat_c1link")});$("#aliSearchInput").keydown(function(b){if(b.keyCode==13){subSearch()}});$("#sreachButton").click(function(){subSearch()})});function swichMoreIndex(a){inputTxt=$("#aliSearchInput");switch(a){case 1:inputTxt.val("\u8f93\u5165\u4e0b\u8f7d\u8d44\u6599\u76f8\u5173\u4fe1\u606f").css("color","#969595");break;case 2:inputTxt.val("\u8f93\u5165\u5c55\u4f1a\u540d\u79f0").css("color","#969595");break;case 3:inputTxt.val("\u8f93\u5165\u67e5\u627e\u7684\u8bba\u575b\u4e3b\u9898").css("color","#969595");break}}function swichIndex(a){inputTxt=$("#aliSearchInput");switch(a){case 0:inputTxt.val("\u8f93\u5165\u4ea7\u54c1\u540d\u79f0").css("color","#969595");break;case 2:inputTxt.val("\u8f93\u5165\u516c\u53f8\u540d\u79f0\u6216\u5173\u952e\u5b57").css("color","#969595");break;case 4:inputTxt.val("\u8f93\u5165\u4ea7\u54c1\u540d\u79f0\u6216\u5173\u952e\u5b57").css("color","#969595");break;case 6:inputTxt.val("\u8f93\u5165\u8d44\u8baf\u5173\u952e\u5b57").css("color","#969595");break}}function subSearch(){var b=$("#searchType").val();var a=$("#aliSearchInput").val();if(b==1){a=escape(a);checkKeyWords(a,b);window.location.href="/productshow/search.html?keyWords="+a}else{if(a!=""||a!=null){a=escape(a);if(b==1){checkKeyWords(a,b)}window.open("http://www.gk361.com/search/?key="+a+"&stype=2&m="+b)}else{}}}function checkKeyWords(b,a){$.ajax({url:"/SKeyWords/CheckKeyWordPresence.html",data:"keyword="+b+"&stype="+a+"&rand="+Math.random(),cache:false})};

