function popTerms()
	{
	window.open('terms.asp',null,'height=400,width=400,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes');
	}

function popMailingList()
	{
	window.open('mailinglistform.aspx',null,'height=200,width=500,status=yes,toolbar=no,menubar=no,location=no,resizable=no,scrollbars=no');
	}