﻿// JScript 文件
//    
//    $(document).ready(
//    function(){
//    
//    $(document).keydown(function(e){
//    if(e.keyCode==13)
//    {
//     $("#imgsearch").click();             
//    }     
//    });
//    
//    $("#imgsearch").bind("click",function(){
//    
//    var Keywords=$("#txtProductsSearch").val();
//    
//    if(Keywords=="请输入商品关键字,如品牌,材质,编号等")
//    {
//        alert("请您输入您要搜索的产品信息!");
//        return false;
//    }
//    $("#search").attr("href","searchlist.aspx?Keywords="+escape(Keywords)+"");    
//    });    
//    })
    
    function readCook() 
    { 
        var arr,reg=new RegExp("(^| )HistoryPro=([^;]*)(;|$)"); 
        if(arr=document.cookie.match(reg)) return unescape(arr[2]); 
        else return null; 
    }   
    
    function SearchOnClick(obj)
    {  
        if(obj.value=="请输入商品关键字,如品牌,材质,编号等")
        {
            obj.value="";
            obj.style.color='#000000';
        }
    }
    
    function showfullpopwin() 
    { 
        var advpage = "http://www26.53kf.com/company.php?arg=sigo&style=2&language=cn&lytype=0&charset=gbk&kflist=off&kf=&zdkf_type=1&referer=http%3A%2F%2Fwww.sigo.cn%2F&keyword=&tpl=crystal_blue"; 
        var opopwin = window.open(advpage, "fullpopwin", "width=730,height=480"); 
        self.focus(); 
    } 
    
    

