﻿        function Goto(id,type)
        {
            if(type==1){
                document.location.href="CommonPage.aspx?id="+id;
            }
            if(type==2)
            {
                document.location.href="AboutNews.aspx?id="+id;
            }
            if(type==3){
                document.location.href="AboutCustomer.aspx?id="+id;
            }
        }
        function newsDetail(id)
        {
            document.location.href="NewsShow.aspx?id="+id;
        }
        function toRedirect(id)
        {
            document.location.href="AboutCustomer.aspx?id="+id;
        }
        
        function to(id)
        {
            document.location.href="NewsShow.aspx?id="+id;
        }
