function jobPop(jobid) {
		theFeats = "height=400,width=500,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no";
		window.open("job.asp?id=" + jobid, "viewjob", theFeats);
	}
	
function picPop(picloc) {
		theFeats = "height=600,width=600,location=no,menubar=no,resizable=yes,scrollbars=yes,status=no,toolbar=no";
		window.open("pic.asp?picloc=" + picloc, "viewpic", theFeats);
	}