function openWin() {}
function side() {
	if (document.getElementById("SYes").selected) {
		document.getElementById("AddDiv").style.display = 'block';
		}
	if (document.getElementById("SNo").selected) {
		document.getElementById("AddDiv").style.display = 'none';
		document.getElementById("BSadd1").value="";
		document.getElementById("BSadd2").value="";
		}
	if (document.getElementById("book").selected) {
		document.getElementById("AddDiv").style.display = 'none';
		document.getElementById("BSadd1").value="";
		document.getElementById("BSadd2").value="";
		}
	}
function submitIt(mainform) {
	if (document.getElementById("Finish").value=="Choose One^^") {
		alert("Please choose Bundle Finish");
		return false }
	if ((document.getElementById("SYes").checked) && ((document.getElementById("BSadd1").value=="") && (document.getElementById("BSadd2").value==""))) {
		document.getElementById("BSadd1").focus()
		alert("Please enter Text to be engraved on Master Door")
		return false }
	}