<!--
function Goback() {
	history.back();
}

function Popup(opt)	{
	var url
	url = "Popup.asp?nav=" + opt
	window.open(url,"PopUp","height=400,width=600,left=100,top=100,scrollbars=yes");
}

function PopPrint(url)	{
	window.open(url,"PopPrint","height=400,width=600,left=75,top=75,scrollbars=yes");
}

function PopWindow(url,name,str) {
	window.open(url,name,str);
}

function Popdown() {
	window.close();
}

function Printpage() {
	window.print();
}

function Refreshpage() {
	document.location.reload();
}

function Setfocus(frm,ele) {
	document.forms[frm].elements[ele].focus();
}
//-->
