var brow=navigator.appName;
if (brow=="Netscape")
	brow="NN";
else brow="IE";
var agent=navigator.userAgent;
if (agent.indexOf("Opera")!=-1)
	brow="Opera";
var ver=parseInt(navigator.appVersion);
if (brow=="IE")
	ver=parseInt(agent.substring(agent.indexOf("MSIE")+4, agent.indexOf("MSIE")+8));
if (brow=="Opera" || ver>4){
	document.writeln('<li'+'nk rel="stylesheet" type="text/css" media="screen" href="jobs.css" />');
}
/*
function popUp(page, width, height){
	win = eval('window.open("' + page + '","popup","width='+width+',height='+height+', resizable, scrollbars=no")');
	win.focus();
}
function clearInput(box,text){
if (box.value==text)
	 box.value="";
}

function deleteObj(ID, obj){
	var msg;
	if (obj == 'E')
		msg = 'Are you sure you want to delete this employment record?';
	if (obj == 'M')
		msg = 'Are you sure you want to delete this membership record?';
	if (obj == 'Q')
		msg = 'Are you sure you want to delete this qualification record?';
	if (obj == 'U')
		msg = 'Are you sure you want to close your registration?';
	if (obj == 'A')
		msg = 'Are you sure you want to delete this email alert?';
		
	if (confirm(msg))
		window.location.href = 'delete.asp?ID=' + ID + '&obj=' + obj;

}
*/

