var companyInfo = new Array();
companyInfo[0] = new Array("","");
companyInfo[1] = new Array("","");

function getBottomInfoCH()
{
	var bottom = "Copyright (C) 2009-2010 上海誉博电子科技有限公司 All Rights Reserved.&nbsp;"
	bottom += "<BR><FONT face=Verdana>电话:021-59552166 &nbsp;&nbsp;&nbsp;&nbsp;传真：021-59556616 Email:shybled@163.co123m";
	bottom += "<BR>公司地址：上海市嘉定区徐行镇永新路1145号&nbsp;&nbsp;&nbsp;&nbsp;沪ICP备09054156号";

	document.write(bottom);
	//document.getElementById("bottomInfo").innerHTML=bottom;
}

function getContactInfoCH()
{
}
