﻿function checkURL(id)
    {
        var url = window.location.pathname;
        var count=url.split('/').length;
        var finalUrl=window.location.pathname.split('/')[count-1]
        if(finalUrl!="foreign_investment.htm")
        {
            window.open("siteroot/foreign_investment.htm?sguid="+id);
            //window.location.href="/siteroot/foreign_investment.htm?sguid="+id;
        }
        else
        {
            clearAll();
            document.getElementById(id).className='current';
            reqDocsOfSort(id);
        }
    }
    function checkURL1(id)
    {
        var url = window.location.pathname;
        var count=url.split('/').length;
        var finalUrl=window.location.pathname.split('/')[count-1]
        if(finalUrl!="hr_idea.htm")
        {
            window.open("siteroot/hr_idea.htm?sguid="+id);
            //window.location.href="/WebSite/siteroot/hr_idea.htm?sguid="+id;
        }
        else
        {
            clearAll();
            document.getElementById(id).className='current';
            reqDocsOfSort(id);
        }
    }
function checkURL4(id)
    {
        var url = window.location.pathname;
        var count=url.split('/').length;
        var finalUrl=window.location.pathname.split('/')[count-1]
        if(finalUrl!="about_us.htm")
        {
            window.open("siteroot/about_us.htm?sguid="+id);
            //window.location.href="/WebSite/siteroot/about_us.htm?sguid="+id;
        }
        else
        {
            clearAll();
            document.getElementById(id).className='current';
            reqDocsOfSort(id);
        }
    }
function checkURL2(id)
    {
        var url = window.location.pathname;
        var count=url.split('/').length;
        var finalUrl=window.location.pathname.split('/')[count-1]
        if(finalUrl!="products_gongye_list.htm")
        {
            window.open("siteroot/products_gongye_list.htm?sguid="+id);
            //window.location.href="/WebSite/siteroot/products_gongye_list.htm?sguid="+id;
        }
        else
        {
            clearAll();
            document.getElementById(id).className='current';
            reqDocsOfSort(id);
        }
    }
function checkURL3(id)
    {
        var url = window.location.pathname;
        var count=url.split('/').length;
        var finalUrl=window.location.pathname.split('/')[count-1]
        if(finalUrl!="products_zhuangshi_list.htm")
        {
            window.open("siteroot/products_zhuangshi_list.htm?sguid="+id);
            //window.location.href="/WebSite/siteroot/products_zhuangshi_list.htm?sguid="+id;
        }
        else
        {
            clearAll();
            document.getElementById(id).className='current';
            reqDocsOfSort(id);
        }
    }

// JScript 文件


