function lianjie(url)
{
    window.open(url);
}/*
function shouc()
{
    var Browser = { 
    isIE:navigator.userAgent.indexOf("MSIE")>-1 && !window.opera, isGecko:navigator.userAgent.indexOf("Gecko")>-1 && !window.opera && navigator.userAgent.indexOf("KHTML") ==-1, isKHTML:navigator.userAgent.indexOf("KHTML")>-1, isOpera:navigator.userAgent.indexOf("Opera")>-1 };
     if (Browser.isIE) 
        {   
            window.external.addFavorite(location.href,document.title);
        } 
        else if (Browser.isGecko) 
        { 
            window.sidebar.addPanel(document.title,location.href,"");
        }
}*/
function lianjieT(url)
{
    window.location=encodeURI(url);
}
function searchpro()
{
    var val=document.getElementById("proname");
    if(val.value!="")
    {
        var url="ProList.aspx?where="+val.value;
         window.open(encodeURI(url));
    }
}



