	function gotoJobIndexPage(){//就业首页
		location.href="JobHomePage_showPage_index.do";
	}
	
	function gotoJobNoticePage(){//公告信息
		location.href="JobNotice_jobNoticePage.do";
	}
	
	function gotoJobNewsPage(){//最新动态
		location.href="JobNews_jobNewsPage.do";
	}
	
	function gotoJobSituationPage(){//招聘信息
		location.href="JobSituation_jobSituationPage.do";
	}
	
	function gotoJobSstudentPage(){//毕业生信息
		location.href="JobSstudent_jobSstudentPage.do";
	}
	
	function gotoJobGuidePage(){//就业指导
		location.href="JobGuide_jobGuidePage.do";
	}
	
	function gotoJobPolicyPage(){//政策法规
		location.href="JobPolicy_jobPolicyPage.do";
	}
	
	function gotoJobAskPage(){//就业咨询
	
	}
	
	function gotoJobDownloadPage(){//相关下载
		location.href="JobDownload_jobDownloadPage.do";
	}
	
	function gotoJobAboutPage(){//关于我们
		location.href="JobAbout_jobAboutPage.do";
	}
	
	function addToFavorite(){//加入收藏
		window.external.addFavorite('http://218.63.177.222/jobindex.jsp','云大旅游学院就业网')
	}
	
	function displayNoticeContent(id){//显示公告栏的内容
		var srcEle=window.event.srcElement;
		//alert($("contentdiv"+id).style.display);
		$("contentdiv"+id).style.display="inline";
		$("contentdiv"+id).left=srcEle.left;
		$("contentdiv"+id).top=srcEle.top;
	}
	
	function hiddenNoticeContent(id){//隐藏公告栏内容
		$("contentdiv"+id).style.display="none";
	}