



	var PERSONALResults = {
		Urls : {
			display : '{tpl display,jobs,#}',
			applyer : '{tpl display,jobs,#,apply}'
		},
		Lang : {
			us : '您还没有选中职位'
		},
		display : function(){
			var theform = document.wane_personal_jobslist, results = WSBase._func.checks(theform); if (results == ''){
				WSBase._func.alerter(this.Lang.us);
				return false;
			} displayer.mulity.display(this.Urls.display.replace(/#/g, results));
		},
		applyer : function(){
			var theform = document.wane_personal_jobslist, results = WSBase._func.checks(theform); if (results == ''){
				WSBase._func.alerter(this.Lang.us);
				return false;
			} displayer.mulity.apply(this.Urls.applyer.replace(/#/g, results));
		}
	}

				var worder = {
					valiform : function(results){
						var theform = document.wane_search_keywords; if (results){
							WSBase._plugins.masker(true);
							WSBase._plugins.loader(true);
						} else {
							if (theform.focuss.value == 0){
								theform.keywords.focus();
								return false;
							} var words = theform.keywords.value; if (words != ''){
								words = words.replace(/ /g,'');
							} if (words == ''){
								theform.keywords.focus();
								return false;
							} WSBase._plugins.masker(); WSBase._plugins.loader();
						}
					}
				};

				

function Search_Top()
{
	var Url;
	var KeyClass,Key,PublishDate;
	
	KeyClass = document.all.isresume.value;
    Key = document.getElementById('keywords').value;
    //Key = document.all.keywords.value;
	PublishDate = document.all.timeby.value;
	
	if(Key == '请输入职位关键字' || Key=="请输入简历关键字")
	{
		alert("请输入搜索关键字");
		return;
	}
	
	
	if(KeyClass == "0")
	{
	    Url = "../Person/Per_Search_Quick.aspx?PublishDate="+ PublishDate +"&Key="+ Key;
	}
	else
	{
	    Url = "../Company/Com_Search_Quick.aspx?PublishDate="+ PublishDate +"&Key="+ Key;
	}    
	
	window.open(Url);
}
					
function Search_Top2()
{
	var Url;
	var KeyClass,Key,PublishDate;
	
	KeyClass = document.all.isresume.value;
    Key = document.getElementById('keywords').value;
	PublishDate = document.all.timeby.value;
	
	if(Key == '请输入职位关键字' || Key=="请输入简历关键字")
	{
		alert("请输入搜索关键字");
		return;
	}
	
	if(KeyClass == "0")
	{
	    Url = "../../Person/Per_Search_Quick.aspx?PublishDate="+ PublishDate +"&Key="+ Key;
	}
	else
	{
	    Url = "../../Company/Com_Search_Quick.aspx?PublishDate="+ PublishDate +"&Key="+ Key;
	}    
	
	window.open(Url);
}


function chooseSelect(n){
    if(n==1){
							$("#keywords").val("请输入职位关键字");
							$("#zhiwei").html("搜职位");
							$("#sel").removeClass("current1");
						}
						if(n==2){
							$("#keywords").val("请输入简历关键字");
							$("#zhiwei").html("搜简历");
							$("#sel").removeClass("current1");
						}
					}
					function chooseSelect1(obj){
						$("#zhiwei1").html($(obj).html());
						$("#sel1").removeClass("current1");

					}
					
					function chooseZ(obj){
						if($(obj).val()=="请输入职位关键字"||$(obj).val()=="请输入简历关键字"){
							$(obj).val("")
						}

					}
					
var worder = {
				valiform : function(results){
					var theform = document.wane_search_keywords; if (results){
						WSBase._plugins.masker(true);
						WSBase._plugins.loader(true);
					} else {
						if (theform.focuss.value == 0){
							theform.keywords.focus();
							return false;
						} var words = theform.keywords.value; if (words != ''){
							words = words.replace(/ /g,'');
						} if (words == ''){
							theform.keywords.focus();
							return false;
						} WSBase._plugins.masker(); WSBase._plugins.loader();
					}
				}
			};





				
