	function activeOnly_post(vThis){
		var vAo;
		if (vThis.checked==true){vAo='1';} else {vAo='0';}
		gpT(1,'ajx/postList.asp?ao='+ vAo,'');
	}
	
	function isOhio(vThis){	
		var cty = document.getElementById("gpf_county");
		if (vThis.value!='OH'){cty.value=0;}
	}

	function isOhio2(vThis){	
		var state	= document.getElementById("gpf_state");
		if (state.value!='OH'){vThis.value=0;}
	}

	function hearDetail(vThis){	
		var vDetail = document.getElementById("gpf_hearDetail");
		var vWeb = "www.carestar.com";
		
		if (vThis.value+''=='3'){
			vDetail.value = vWeb;
		} else {
			if(vDetail.value+''==vWeb){vDetail.value = '';}
		}
	}
	
	function appSetup(){
		isOhio(document.getElementById("gpf_state"));
		hearDetail(document.getElementById("gpf_hear"));
	}
	
	function confAccept(vId){
	    if (confirm('Are you sure you want to accept this applicant for the specified job posting?')) {
		    alert('Please update the hire date for this application.')
			document.location.href = "appAction_p.asp?act=a&id="+ vId
		}
	}
	
	function confReverse(vId){
		if (confirm('Clicking OK will move this applicant back to the applications list for further action?')){
			document.location.href = "appAction_p.asp?act=r&id="+ vId
		}
	}
	
	function confDelete(vId){
		if (confirm('Are you sure you want to delete this application?\n\nThis is a permanent and this application cannot be recoverd after deletion.')){
			document.location.href = "appAction_p.asp?act=d&id="+ vId
		}
	}	
	
	function confArchive(vId){
		if (confirm('Are you sure you want to archive this application?')){
			document.location.href = "appAction_p.asp?act=h&id="+ vId
		}
	}

	function confRevArchive(vId){
		if (confirm('Clicking OK will move this applicant back to the applications list for further action?')){
			document.location.href = "appAction_p.asp?act=rh&id="+ vId
		}
    }

    function addNote(vQs) {
        scroll(0, 0);
        gpX(0,'miscDiv','/careers/ajx/appNote.asp?qs='+vQs,'')
    }

    function confXQual(vQs) {
        scroll(0, 0);
        gpX(0, 'miscDiv', '/careers/ajx/appXQual.asp?qs=' + vQs, '')
    }

    function confRevXQual(vId) {
        if (confirm('Clicking OK will move this applicant back to the applications list for further action?')) {
            document.location.href = "appAction_p.asp?act=rx&id=" + vId
        }
    }

    function postAccess(vQs) {
        window.scrollTo(0, 0);        
        gpX(0, 'miscDiv', '/careers/ajx/postAccess.asp?qs=' + vQs, '')
    }

	