﻿/*
	本文件针对[公司介绍]子菜单而作。
*/



/*
	函数列表
*/

/*公司介绍子菜单出现*/

var wide ;
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='90'>")
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 20090702
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 20090702 end
//edit by tianchao at 2009.07.08 14:11
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 tianchao at 2009.07.08 14:11 end
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='../info/introduce.aspx'>公司概况</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='../info/enterpriseTruth.aspx'>企业文化</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='../info/leaders.aspx'>领导团队</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='../info/developments.aspx'>发展历程</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='../info/manageOutstands.aspx'>经营业绩</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
//edit by chenlip at 20090702
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='/dfmczg/dqgz.aspx'>党群工作</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
//edit by chenlip at 20090702 end 
//edit by tianchao at 2009.07.08 14:11
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;<a href='../info/techintro1.htm'>科技创新</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
//edit by tianchao at 2009.07.08 14:11
document.write("				</table>")
document.write("			</td>")
document.write("		</tr>")
document.write("	</table>")
document.write("</div>")
//[公司介绍]子菜单结束 
