function gao8dousecBoards(n)
{
	for(i=0;i<gao8doumainTables.tBodies.length;i++) 
		gao8doumainTables.tBodies[i].style.display="none";
	gao8doumainTables.tBodies[n].style.display="";
}
function gao8douchangeLayers(div){
	if(div == "gao8dou1"){
		gao8douImage1.src = "images/sjob_001.gif";
		gao8douImage2.src = "images/sjob_002.gif";
	}else if(div == "gao8dou2"){
		gao8douImage1.src = "images/sjob_0011.gif";
		gao8douImage2.src = "images/sjob_0021.gif";
	}
}
function checkdata(){
	if(!checkfile()){
		return false;
	}
	return true;
}
function checkfile(){
	var ext = document.createForm.resume.value;
	i=ext.lastIndexOf(".");
	ext = ext.substring(i,ext.length);
	ext = ext.toLowerCase();
	if(ext != '.doc'&&ext != '.html'&&ext != '.htm'&&ext != '.txt') {
		alert("目前系统只支持doc,html,htm,txt 格式的文件,请重新上传您的简历!");
		createForm.resume.focus();
		return false; 
	}else
		return true; 
}

function showmess(){
document.writeln("<table width=\"99%\" border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\" style=\"font-size: 12px;border: 1px solid #ffffff;\">");
document.writeln("<tr>");
document.writeln("<td height=\"25\" align=\"center\"><img src=\"\/gimages\/gsearch_005.gif\" width=\"28\" height=\"12\" align=\"absmiddle\" \/>&nbsp;<span style=\"color:#ff0000\">搜索小提示!<\/span><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=\"25\"><span style=\"color:#333333;\">用多个关键词组合进行精确搜索 <\/span><\/td>");
document.writeln("<\/tr>");
document.writeln("<tr>");
document.writeln("<td height=\"25\" align=\"center\"><span style=\"color:#333333;\">(注：多个关键词用空格隔开)<\/span><\/td>");
document.writeln("<\/tr>");
document.writeln("<\/table>")
}

function showmarquee(){
document.writeln("<font color=\"#000000\"><img src=\"\/gimages\/mohe_001.gif\" align=\"absmiddle\" \/>&nbsp;搜尽各大人才网最新招聘信息－高八斗搜职联盟<\/font>");
}