function submitIt(mainform) {
var totalString = new String(document.getElementById("add1").value)
var total = totalString.length;
if (total < 3) {
	alert("Please Enter 3 Letters For The Monogram")
	return false }
}
function openWin() {}