	function openWin() {}
	
			function submitIt(mainform) {
				if (document.getElementById("MB").value=="Choose One^^") {
					document.getElementById("MB").focus();
					alert("Please choose Mailbox Color and Accents for Both Mailboxes")
					return false }
				if (document.getElementById("Plq1").value=="") {
					document.getElementById("Plq1").focus();
					alert("Please enter Address for Plaque for Mailbox One");
					return false }
				if (document.getElementById("Plq2").value=="") {
					document.getElementById("Plq2").focus();
					alert("Please enter Address for Plaque for Mailbox Two")
					return false }
					if (document.getElementById("Plq3").value=="") {
					document.getElementById("Plq3").focus();
					alert("Please enter Address for Plaque for Mailbox Three")
					return false }
				}