// JavaScript Document
//首页链接
<!--
    function home_000001()  //首页
    {
	 	var str
		str="./";
		location.href(str)
    }
	
	function home_00010()  //资讯
    {
	 	var str
		str="./root/article_list.asp";
		location.href(str)
    }
	
	function home_00011()  //资质证书
    {
	 	var str
		str="./root/certificates.asp";
		location.href(str)
    }
	
	function home_00012()  //企业文化
    {
	 	var str
		str="./root/about_company.asp";
		location.href(str)
    }
	function home_00013()  //联系我们
    {
	 	var str
		str="./root/contact.asp";
		location.href(str)
    }
	function home_00014()  //客户案例
    {
	 	var str
		str="./root/cases.asp";
		location.href(str)
    }
	function home_00020()  //销售咨询
    {
	 	var str
		str="./root/consultation.asp";
		location.href(str)
    }
	function home_000300()  //宝迪系列
    {
	 	var str
		str="./root/product_list_buddy.asp?id=36";
		location.href(str)
    }
	function home_000400()  //能力系列
    {
	 	var str
		str="./root/product_list_power.asp?id=37";
		location.href(str)
    }
	function home_00015()  //技术资料
    {
	 	var str
		str="./root/document.asp";
		location.href(str)
    }
	function home_00021()  //质量保证
    {
	 	var str
		str="./root/quality.asp";
		location.href(str)
    }
	function home_00022()  //服务承诺
    {
	 	var str
		str="./root/services.asp";
		location.href(str)
	}
	function home_00023()  //详细介绍
    {
	 	var str
		str="./root/product_list.asp?id=259&title=阀控式密封铅酸蓄电池";
		location.href(str)
	}

	function home_00024()  //电池特性
    {
       var str
      str="./root/characteristic.asp";
      location.href(str)
    }

	function home_00025()  //适用范围
    {
	 	var str
		str="./root/condition.asp";
		location.href(str)
    }
	
	function message()  //留言
    {
	 	var str
		str="./root/message.asp";
		location.href(str)
    }
	
	function mail()  //企业邮箱
    {
	 	var str
		str="";
		window.open(str)
    }

//站内链接
	function home_010001()  //首页
    {
	 	var str
		str="../";
		location.href(str)
    }
	function home_010002()  //资质证书
    {
	 	var str
		str="./certificates.asp";
		location.href(str)
    }
	function home_010003()  //产品介绍
    {
	 	var str
		str="./product_list.asp?id=259&title=阀控式密封铅酸蓄电池";
		location.href(str)
	}
	function home_010004()  //服务支持
    {
	 	var str
		str="./services.asp";
		location.href(str)
	}
	function home_010005()  //企业文化
    {
	 	var str
		str="./about_company.asp";
		location.href(str)
    }
	function home_010006()  //联系我们
    {
	 	var str
		str="./contact.asp";
		location.href(str)
    }
	function home_010007()  //客户案例
    {
	 	var str
		str="./cases.asp";
		location.href(str)
    }
	function home_010008()  //销售咨询
    {
	 	var str
		str="./consultation.asp";
		location.href(str)
    }
	function onmove()  //不动
    {
	}
//-->
