﻿<!--
document.writeln("<li id=\"tag1\"><a href=\"\/index.html\"><img src=\"\/images\/space.gif\" width=\"100%\" height=\"53\" border=\"0\" \/><\/a><\/li>");
document.writeln("<li id=\"tag2\"><a href=\"\/Profiles.html\" onmouseover=\"vLay(\'Profiles\');Stoptimer()\" onmouseout=\"Runtimer()\"><img src=\"\/images\/space.gif\" width=\"100%\" height=\"53\" border=\"0\" \/><\/a><\/li>");
document.writeln("<li id=\"tag3\"><a href=\"\/News.html\" onmouseover=\"vLay(\'News\');Stoptimer()\" onmouseout=\"Runtimer()\"><img src=\"\/images\/space.gif\" width=\"100%\" height=\"53\" border=\"0\" \/><\/a><\/li>");
document.writeln("<li id=\"tag4\"><a href=\"\/Products.html\"><img src=\"\/images\/space.gif\" width=\"100%\" height=\"53\" border=\"0\" \/><\/a><\/li>");
document.writeln("<li id=\"tag5\"><a href=\"\/ChinaMarket.html\" onmouseover=\"vLay(\'SaleNetwork\');Stoptimer()\" onmouseout=\"Runtimer()\"><img src=\"\/images\/space.gif\" width=\"100%\" height=\"53\" border=\"0\" \/><\/a><\/li>");
document.writeln("<li id=\"tag6\"><a href=\"\/Jobs.html\" onmouseover=\"vLay(\'Jobs\');Stoptimer()\" onmouseout=\"Runtimer()\"><img src=\"\/images\/space.gif\" width=\"100%\" height=\"53\" border=\"0\" \/><\/a><\/li>");
document.writeln("<li id=\"tag7\"><a href=\"\/Contact.html\" onmouseover=\"vLay(\'Contact\');Stoptimer()\" onmouseout=\"Runtimer()\"><img src=\"\/images\/space.gif\" width=\"100%\" height=\"53\" border=\"0\" \/><\/a><\/li>");

var vtime;
var Txt = new Array();
Txt["Profiles"]="<a href='\/Profiles.html'>公司简介</a>｜<a href='\/CorporateImages.html'>公司形象</a>｜<a href='\/Honor.html'>公司荣誉</a>｜<a href='\/Culture.html'>企业文化</a>｜<a href='\/Organization.html'>组织结构</a>｜<a href='\/SpiritualIdea.html'>精神理念</a>";
Txt["News"]="<a href='\/News.html'>华晨信息</a>｜<a href='\/TradeNews.html'>行业资讯</a>｜<a href='\/ProductsNews.html'>产品动态</a>";
Txt["SaleNetwork"]="<a href='\/InternationalMarket.html'>国际市场</a>｜<a href='\/ChinaMarket.html'>国内市场</a>";
Txt["Jobs"]="<a href='\/TalentsTactics.html'>人才策略</a>｜<a href='\/Jobs.html'>人才招聘</a>";
Txt["Contact"]="<a href='\/Contact.html'>联系我们</a>｜<a href='\/OrderOnline.html'>在线订购</a>｜<a href='\/JoinIn.html'>加盟申请表</a>｜<a href='\/Feedback.html'>留言反馈</a>";
function hLay(){
	document.all.Menu.style.visibility="hidden";
}
function Runtimer(){
	vtime=setTimeout(hLay,500);
}
function Stoptimer(){
	clearTimeout(vtime);
}

function vLay(n){
switch (n){
	case "0":
		document.all.Menu.style.width="100%";
		document.all.Menu.style.visibility="visible";
		break;
	case "Profiles":
		document.all.Menu.style.width="100%";
		document.all.LinkTd.innerHTML=Txt["Profiles"];
		document.all.Menu.style.visibility="visible";
		document.all.Menu.style.left=10;
		break;
	case "News":
		document.all.Menu.style.width="100%";
		document.all.LinkTd.innerHTML=Txt["News"];
		document.all.Menu.style.visibility="visible";
		document.all.Menu.style.left=127;
		break;
	case "SaleNetwork":
		document.all.Menu.style.width="100%";
		document.all.LinkTd.innerHTML=Txt["SaleNetwork"];
		document.all.Menu.style.visibility="visible";
		document.all.Menu.style.left=326;
		break;
	case "Jobs":
		document.all.Menu.style.width="100%";
		document.all.LinkTd.innerHTML=Txt["Jobs"];
		document.all.Menu.style.visibility="visible";
		document.all.Menu.style.left=425;
		break;
	case "Contact":
		document.all.Menu.style.width="100%";
		document.all.LinkTd.innerHTML=Txt["Contact"];
		document.all.Menu.style.visibility="visible";
		document.all.Menu.style.left=441;
		break;
	}
}

//-->