function popUpLegalterms() {
	var termwin = window.open("legalterms.htm", "LegalTerms", "width=650, height=450, top=50, left=80 menubar=no, resizable=yes, scrollbars=yes, status=yes");
	termwin.focus();
}
