function mastervalidate(frm)
	{
		if(frm.agree.checked!=1)
	{
		alert("You must indicate that you have read and\nagree to the Terms and Conditions");
		//form1.zip.focus();
		return false;
	}
	return true
		
}
