<!--
	function checkThisForm(f) {
		page = document.forms[f].account.value;
		window.open(page, target="_self");
	}
//-->
