function recruitAnchor(num){
	url = "#recruit"+num;
	document.location.href = url;
}

function popup(url){
	window.open(url,'newwin1','width=700,height=600,scrollbars=yes,toolbar=no,resizable=yes');
	window.blur();
}

function popupSecurity(url){
	window.open(url,'newwin1','width=780,height=600,scrollbars=yes,toolbar=no,resizable=yes');
	window.blur();
}

function setElementClassByTab(value) {
 if(document.getElementById) {
         var obj = document.getElementById("tabContainer");
         if(obj) {
            obj.className = value;
         }
   }
}
