﻿// JScript 文件

    function gotoLinks(p)
    {
        switch(p)
        {
            case 1:
                window.location.href="siteroot/news.htm";
                break;
            case 2: 
                window.location.href="siteroot/show.htm";
                break;
            case 3:
                window.location.href="siteroot/video.htm";
                break;
            case 4:
                window.location.href="siteroot/service_system.htm";
                break;
            case 5:
                window.open("siteroot/about_us.htm?sguid=fd44d9b018e04604bd8ee027fbd38d1b&shpicguid=96d0d8100d634b8abd8619f4fcd35e23");
                //checkURL4("fd44d9b018e04604bd8ee027fbd38d1b");
                //window.location.href="siteroot/about_us.htm";
                break;
                case 6:
                window.open("siteroot/about_us.htm?sguid=fd44d9b018e04604bd8ee027fbd38d1b&shpicguid=96d0d8100d634b8abd8619f4fcd35e23");
                break;
                case 7:
                window.open("siteroot/about_us.htm?sguid=fd44d9b018e04604bd8ee027fbd38d1b&shpicguid=96d0d8100d634b8abd8619f4fcd35e23");
                break;
        }
    }
