function popNew(strURL)
			{
window.open(strURL);
			}
	
function popLogin(strURL)
			{
popWin = window.open(strURL,"popWin","left=200,top=150,width=264,height=199,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,menubar=no");
			}

function popHelp(strURL)
			{
popWin = window.open(strURL,"popWin","left=10,top=10,width=300,height=300,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
			}

function popAvail(strURL)
			{
popWin = window.open(strURL,"popWin","left=5,top=10,width=790,height=550,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes");
			}
			
function PF() {
			var location = "" + document.location.pathname
			if (location.length < 3)
				{ location = "/"; }
			else
				{ location = "" + document.location; }
			if (location.indexOf("?") == -1)
				{ document.location=location + '?POP=1&Print=1'; }
			else
				{ document.location=location + '&POP=1&Print=1'; }
			}
function EMailPage() {
			var location = "" + document.location.pathname
			if (location.length < 3)
				{ location = "/root/root.html"; }
			else
				{ location = "" + document.location; }
			if (location.indexOf("?") == -1)
				{ document.location=location + '?EMailPage=1'; }
			else
				{ document.location=location + '&EMailPage=1'; }
			}