﻿/*
	本文件针对[英才招募]子菜单而作。

*/



/*
	函数列表
*/

/*英才招募子菜单出现*/

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='135'>")
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>")

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 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;<b>招募信息</b>&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;&nbsp;&nbsp;<a href='../dfmczg/career.aspx?type=1'>总部招募</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;&nbsp;&nbsp;<a href='../dfmczg/career.aspx?type=2'>总部技术中心招募</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;&nbsp;&nbsp;<a href='../dfmczg/career.aspx?type=3'>东风乘用车公司招募</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;<b>招募专区</b>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
//edit by chenlip at 20090702
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='../dfmczg/career.aspx?type=4'>海外中高端人才招募</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='../dfmczg/career.aspx?type=5'>博士后招募</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")
document.write("					<tr>")
document.write("						<td height='20'>&nbsp;&nbsp;&nbsp;&nbsp;<a href='../dfmczg/career.aspx?type=6'>校园招募</a>&nbsp;&nbsp;&nbsp;&nbsp;</td>")
document.write("					</tr>")

//edit by chenlip at 20090702 end 
document.write("				</table>")
document.write("			</td>")
document.write("		</tr>")
document.write("	</table>")
document.write("</div>")
//[英才招募]子菜单结束
 
