/*
	本文件针对[公司介绍]子菜单而作。---------英文版

*/



/*
	函数列表
*/

/*公司介绍子菜单出现*/
function showSubMenu()
{
	document.getElementById("infoSubMenuBG").style.left =wideGet();
	document.getElementById("infoSubMenuWord").style.left = wideGet();
	document.getElementById("infoSubMenuBG").style.visibility = 'visible';
	document.getElementById("infoSubMenuWord").style.visibility = 'visible';
}
/*公司介绍子菜单隐藏*/
function hideSubMenu()
{
	document.getElementById("infoSubMenuBG").style.visibility = 'hidden';
	document.getElementById("infoSubMenuWord").style.visibility = 'hidden';
}

function wideGet()
{
if(document.body.clientWidth-778>0) 
return (document.body.clientWidth-778)/2+204;
else
return 204;
}
/*
	页面代码列表
*/


//[公司介绍]子菜单开始

document.write("<div style='LEFT: 318px;top:189px; POSITION: absolute;visibility:hidden' id='infoSubMenuBG'>")
document.write("	<table border='0' cellpadding='0' cellspacing='0' ID='subTbl1' onMouseOver=showSubMenu(); onMouseOut=hideSubMenu();>")
document.write("		<tr>")
document.write("			<td width='1'></td>")
document.write("			<td>")
document.write("				<table cellpadding='0' cellspacing='0' ID='Table12' class='infoSubMenu_blue' width='142'>")
document.write("					<tr bgcolor='#DBE8FD'>")
document.write("						<td height='20' class='subMenuItem'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#6197D7'>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#DBE8FD'>")
document.write("						<td height='20' class='subMenuItem'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#6197D7'>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#DBE8FD'>")
document.write("						<td height='20' class='subMenuItem'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#6197D7'>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#DBE8FD'>")
document.write("						<td height='20' class='subMenuItem'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#6197D7'>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#DBE8FD'>")
document.write("						<td height='20' class='subMenuItem'></td>")
document.write("					</tr>")

//edit by chenlip at 20090717

document.write("					<tr bgcolor='#6197D7'>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr bgcolor='#DBE8FD'>")
document.write("						<td height='20' class='subMenuItem'></td>")
document.write("					</tr>")

document.write("				</table>")
document.write("			</td>")
document.write("		</tr>")
document.write("	</table>")
document.write("</div>")

document.write("<div style='LEFT: 318px;top:192px; POSITION: absolute;visibility:hidden' id='infoSubMenuWord'>")
document.write("	<table border='0' cellpadding='0' cellspacing='0' ID='subTbl2' onMouseOver=showSubMenu(); onMouseOut=hideSubMenu();>")
document.write("		<tr>")
document.write("			<td width='1'></td>")
document.write("			<td>")
document.write("				<table cellpadding='0' cellspacing='0' ID='Table24'>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='introduce_en.aspx'>Company Overview</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='enterpriseTruth_en.aspx'>Enterprise Ideology</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='leaders_en.aspx'>Leading Team</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='developments_en.aspx'>Development Course</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='manageOutstands_en.aspx'>Business Performance</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")

//edit by chenlip at 20090717

document.write("					<tr>")
document.write("						<td height='1'></td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='../info/techintro1_en.htm'>Tech Creation</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")

document.write("				</table>")
document.write("			</td>")
document.write("		</tr>")
document.write("	</table>")
document.write("</div>")
//[公司介绍]子菜单结束


