<!--
function opn(args) {
var thepop=window.open(args,'thepop','toolbar=yes,width=617,height=480,status=no,scrollbars=yes,resize=yes,menubar=no');
thepop.focus();
}

function openIt(locn){
	var thepop=window.open(locn,'thepop','toolbar=yes,width=617,height=480,status=no,scrollbars=yes,resize=yes,menubar=no');
thepop.focus();
}

//-->
