/*===页面跳转=*/
function MM_jumpMenu(targ,selObj,restore){ //v3.0
eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
if (restore) selObj.selectedIndex=0;
}
						
function MM_openBrWindow(theURL,winName,features) { //v2.0
 window.open(theURL,winName,features);
}

function MM_goToURL() { //v3.0
 var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
 for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

document.writeln("		<SELECT id=Select1 onchange=MM_jumpMenu('parent',this,0) name=menu1 width=80 onmousemove='show()' onmouseout=noshow() class=ddlGreenTop>" );
document.writeln("  	 <OPTION Value='' Selected=True>各地招聘</OPTION>");
document.writeln("  	 <OPTION Value='http://www.baoyingrc.com'>宝应 </OPTION>");
document.writeln("  	 <OPTION Value='http://www.021yipin.com'>上海 </OPTION>");
document.writeln("  	 <OPTION Value='http://www.gaoyourc.com'>高邮 </OPTION>");
document.writeln("  	 <OPTION Value='http://www.0514jol.com'>扬州 </OPTION>");
document.writeln("  	 <OPTION value='http://www.0523rencai.com'>泰州</OPTION>" );
document.writeln("  	 <OPTION value='http://www.0511rencai.com'>镇江</OPTION>" );
document.writeln("  	 <OPTION value='http://www.0515rencai.com'>盐城</OPTION>" );
document.writeln("  	 <OPTION value='http://www.jiangdurc.com'>江都</OPTION>" );
document.writeln("		</SELECT>");

