	function openWin() {
		document.getElementById("color1").click();
		document.getElementById("Post2").click();
		document.getElementById("Top1").click();
		document.getElementById("Side1").click();
		document.getElementById("Front1").click();
		document.getElementById("Topper1").click();
		document.getElementById("NPH1").click();
		}
	function colorBlk() {
		var tdcolor = document.getElementById("sum1");
		var divcolor = document.getElementById("sumcolor");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumcolor")
		var blackoption = document.createTextNode("Black")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		}
	function colorBrz() {
		var tdcolor = document.getElementById("sum1");
		var divcolor = document.getElementById("sumcolor");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumcolor")
		var blackoption = document.createTextNode("Bronze")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		}
	function colorWht() {
		var tdcolor = document.getElementById("sum1");
		var divcolor = document.getElementById("sumcolor");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumcolor")
		var blackoption = document.createTextNode("White")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		}
	function postStd() {
		var tdpost = document.getElementById("sum2");
		var divpost = document.getElementById("sumpost");
		var newdivpost = document.createElement("span")
			newdivpost.setAttribute("id","sumpost")
		var postoption = document.createTextNode("Standard")
		newdivpost.appendChild(postoption)
		tdpost.replaceChild(newdivpost, divpost)
		var tdpostprice = document.getElementById("sumprice2");
		var divprice = document.getElementById("pricepost");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricepost")
		var priceoption = document.createTextNode("$84.00")
		newdivprice.appendChild(priceoption)
		tdpostprice.replaceChild(newdivprice, divprice)
		document.getElementById("Top1").checked=false;
		document.getElementById("Top2").checked=false;
		document.getElementById("Top1").disabled=true;
		document.getElementById("Top2").disabled=true;
		document.getElementById("sum3").style.display="none";
		document.getElementById("NPH1").checked=false;
		document.getElementById("NPH2").checked=false;
		document.getElementById("NPH1").disabled=true;
		document.getElementById("NPH2").disabled=true;
		document.getElementById("sum7").style.display="none";
		var tdball = document.getElementById("sum3");
		var divball = document.getElementById("sumcap");
		var nondiv = document.createElement("span")
			nondiv.setAttribute("id","sumcap")
			nondiv.style.color='gray'
		var nonoption = document.createTextNode("Not Available")
		nondiv.appendChild(nonoption)
		tdball.replaceChild(nondiv, divball)
		var tdnph = document.getElementById("sum7");
		var divnph = document.getElementById("sumnp");
		var nphdiv = document.createElement("span")
			nphdiv.setAttribute("id","sumnp")
			nphdiv.style.color='gray'
		var nonphoption = document.createTextNode("Not Available")
		nphdiv.appendChild(nonphoption)
		tdnph.replaceChild(nphdiv, divnph)
		var tdprice = document.getElementById("sumprice7");
		var divpricenph = document.getElementById("pricenph");
		var newdivpricenph = document.createElement("span")
			newdivpricenph.setAttribute("id","pricenph")
		var priceoptionnph = document.createTextNode("$0.00")
		newdivpricenph.appendChild(priceoptionnph)
		tdprice.replaceChild(newdivpricenph, divpricenph)
		}
	function postDlx() {
		var tdcolor = document.getElementById("sum2");
		var divcolor = document.getElementById("sumpost");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumpost")
		var blackoption = document.createTextNode("Deluxe")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdpostprice = document.getElementById("sumprice2");
		var divprice = document.getElementById("pricepost");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricepost")
		var priceoption = document.createTextNode("$169.00")
		newdivprice.appendChild(priceoption)
		tdpostprice.replaceChild(newdivprice, divprice)
		document.getElementById("Top1").disabled=false;
		document.getElementById("Top2").disabled=false;
		document.getElementById("sum3").style.display="block";
		document.getElementById("NPH1").disabled=false;
		document.getElementById("NPH2").disabled=false;
		document.getElementById("sum7").style.display="block";
		var tdball = document.getElementById("sum3");
		var divball = document.getElementById("sumcap");
		var nondiv = document.createElement("span")
			nondiv.setAttribute("id","sumcap")
		tdball.replaceChild(nondiv, divball)
		var tdnph = document.getElementById("sum7");
		var divnph = document.getElementById("sumnp");
		var nphdiv = document.createElement("span")
			nphdiv.setAttribute("id","sumnp")
		tdnph.replaceChild(nphdiv, divnph)
		}
	function capBall() {
		var tdcolor = document.getElementById("sum3");
		var divcolor = document.getElementById("sumcap");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumcap")
		var blackoption = document.createTextNode("Ball Finial")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice3");
		var divprice = document.getElementById("pricecap");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricecap")
		var priceoption = document.createTextNode("$0.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		}
	function capPyr() {
		var tdcolor = document.getElementById("sum3");
		var divcolor = document.getElementById("sumcap");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumcap")
		var blackoption = document.createTextNode("Pyramid Cap")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice3");
		var divprice = document.getElementById("pricecap");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricecap")
		var priceoption = document.createTextNode("$0.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		}
	function sideNo() {
		var tdcolor = document.getElementById("sum4");
		var divcolor = document.getElementById("sumsides");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumsides")
		var blackoption = document.createTextNode("No")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice4");
		var divprice = document.getElementById("pricesides");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricesides")
		var priceoption = document.createTextNode("$0.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		document.getElementById("SPL1").disabled=true;
		document.getElementById("SPL2").disabled=true;
		document.getElementById("SPL1").value="";
		document.getElementById("SPL2").value="";
		var divtable = document.getElementById("sideorderbox").style.color='gray';
		var tdadd1 = document.getElementById("sum31");
		var divadd1 = document.getElementById("sumadd1");
		var newdivadd1 = document.createElement("span");
			newdivadd1.setAttribute("id","sumadd1");
		tdadd1.replaceChild(newdivadd1, divadd1)
		var tdadd2 = document.getElementById("sum32");
		var divadd2 = document.getElementById("sumadd2");
		var newdivadd2 = document.createElement("span");
			newdivadd2.setAttribute("id","sumadd2");
		tdadd2.replaceChild(newdivadd2, divadd2)
		document.getElementById("sum31").style.display='none';
		document.getElementById("sum32").style.display='none';
		}
	function sideYes() {
		var tdcolor = document.getElementById("sum4");
		var divcolor = document.getElementById("sumsides");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumsides")
		var blackoption = document.createTextNode("Yes")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice4");
		var divprice = document.getElementById("pricesides");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricesides")
		var priceoption = document.createTextNode("$80.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		document.getElementById("SPL1").disabled=false;
		document.getElementById("SPL2").disabled=false;
		var divtable = document.getElementById("sideorderbox").style.color='#333333';
		document.getElementById("sum31").style.display='block';
		document.getElementById("sum32").style.display='block';
		document.getElementById("SPL1").focus();
		}
	function frontNo() {
		var tdcolor = document.getElementById("sum5");
		var divcolor = document.getElementById("sumfront");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumfront")
		var blackoption = document.createTextNode("No")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice5");
		var divprice = document.getElementById("pricefront");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricefront")
		var priceoption = document.createTextNode("$0.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		document.getElementById("FP").disabled=true;
		document.getElementById("FP").value="";
		var tdfp = document.getElementById("sum51");
		var divfp = document.getElementById("sumfp");
		var newdivfp = document.createElement("span");
			newdivfp.setAttribute("id","sumfp");
		tdfp.replaceChild(newdivfp, divfp)
		document.getElementById("sum51").style.display='none';
		}
	function frontYes() {
		var tdcolor = document.getElementById("sum5");
		var divcolor = document.getElementById("sumfront");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumfront")
		var blackoption = document.createTextNode("Yes")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice5");
		var divprice = document.getElementById("pricefront");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricefront")
		var priceoption = document.createTextNode("$33.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		document.getElementById("FP").disabled=false;
		document.getElementById("sum51").style.display='block';
		document.getElementById("FP").focus();
		}
	function topNo() {
		var tdcolor = document.getElementById("sum6");
		var divcolor = document.getElementById("sumtop");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumtop")
		var blackoption = document.createTextNode("No")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice6");
		var divprice = document.getElementById("pricetopper");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricetopper")
		var priceoption = document.createTextNode("$0.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		document.getElementById("MBT").disabled=true;
		document.getElementById("MBT").value="";
		var tdmt = document.getElementById("sum61");
		var divmt = document.getElementById("sumtopper");
		var newdivmt = document.createElement("span");
			newdivmt.setAttribute("id","sumtopper");
		tdmt.replaceChild(newdivmt, divmt)
		document.getElementById("sum61").style.display='none';
		}
	function topYes() {
		var tdcolor = document.getElementById("sum6");
		var divcolor = document.getElementById("sumtop");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumtop")
		var blackoption = document.createTextNode("Yes")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice6");
		var divprice = document.getElementById("pricetopper");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricetopper")
		var priceoption = document.createTextNode("$45.50")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		document.getElementById("MBT").disabled=false;
		document.getElementById("sum61").style.display='block';
		document.getElementById("MBT").focus();
		}
	function NPNo() {
		var tdcolor = document.getElementById("sum7");
				var divcolor = document.getElementById("sumnp");
				var newdiv = document.createElement("span")
					newdiv.setAttribute("id","sumnp")
				var blackoption = document.createTextNode("No")
				newdiv.appendChild(blackoption)
				tdcolor.replaceChild(newdiv, divcolor)
				var tdprice = document.getElementById("sumprice7");
				var divprice = document.getElementById("pricenph");
				var newdivprice = document.createElement("div")
					newdivprice.setAttribute("id","pricenph")
				var priceoption = document.createTextNode("$0.00")
				newdivprice.appendChild(priceoption)
				tdprice.replaceChild(newdivprice, divprice)
				}
	function NPYes() {
		var tdcolor = document.getElementById("sum7");
		var divcolor = document.getElementById("sumnp");
		var newdiv = document.createElement("span")
			newdiv.setAttribute("id","sumnp")
		var blackoption = document.createTextNode("Yes")
		newdiv.appendChild(blackoption)
		tdcolor.replaceChild(newdiv, divcolor)
		var tdprice = document.getElementById("sumprice7");
		var divprice = document.getElementById("pricenph");
		var newdivprice = document.createElement("span")
			newdivprice.setAttribute("id","pricenph")
		var priceoption = document.createTextNode("$44.00")
		newdivprice.appendChild(priceoption)
		tdprice.replaceChild(newdivprice, divprice)
		}
	function placeadd1() {
		var tdadd1 = document.getElementById("sum31");
		var divadd = document.getElementById("sumadd1");
		var newdiv = document.createElement("span");
			newdiv.setAttribute("id","sumadd1");
		var address = new String(document.getElementById("SPL1").value)
		var addressv = address.toString()
		var add = document.createTextNode(addressv);
		newdiv.appendChild(add);
		tdadd1.replaceChild(newdiv, divadd)
		}
	function placeadd2() {
		var tdadd2 = document.getElementById("sum32");
		var divadd = document.getElementById("sumadd2");
		var newdiv = document.createElement("span");
			newdiv.setAttribute("id","sumadd2");
		var address = new String(document.getElementById("SPL2").value)
		var addressv = address.toString()
		var add = document.createTextNode(addressv);
		newdiv.appendChild(add);
		tdadd2.replaceChild(newdiv, divadd)
		}
	function placefront() {
		var tdfp = document.getElementById("sum51");
		var divfp = document.getElementById("sumfp");
		var newdivfp = document.createElement("span");
			newdivfp.setAttribute("id","sumfp");
		var address = new String(document.getElementById("FP").value)
		var addressv = address.toString()
		var add = document.createTextNode(addressv);
		newdivfp.appendChild(add);
		tdfp.replaceChild(newdivfp, divfp)
		}
	function placetopper() {
		var tdmt = document.getElementById("sum61");
		var divmt = document.getElementById("sumtopper");
		var newdivmt = document.createElement("span");
			newdivmt.setAttribute("id","sumtopper");
		var address = new String(document.getElementById("MBT").value)
		var addressv = address.toString()
		var add = document.createTextNode(addressv);
		newdivmt.appendChild(add);
		tdmt.replaceChild(newdivmt, divmt)
		}
	function submitIt(mainform) {
		if ((document.getElementById("Side2").checked) && ((document.getElementById("SPL1").value=="") && (document.getElementById("SPL2").value==""))) {
			TabbedPanels1.showPanel(3);
			alert("Please enter a Top and/or Bottom Address for the Side Address Panels, or Choose No Side Address Panels");
			document.getElementById("SPL1").focus()
			return false }
		if ((document.getElementById("Front2").checked) && (document.getElementById("FP").value=="")) {
			TabbedPanels1.showPanel(4);
			alert("Please enter an address for the Front Panel, or choose No Front Panel");
			document.getElementById("FP").focus()
			return false }
		if ((document.getElementById("Topper2").checked) && (document.getElementById("MBT").value=="")) {
			TabbedPanels1.showPanel(5);
			alert("Please enter an address for the Mailbox Topper, or choose No Mailbox Topper");
			return false
			document.getElementById("MBT").focus()
			}
		}
	var price = new Array(7);
		price[0] = 0;	
		price[1] = 0;	
		price[2] = 0;	
		price[3] = 0;	
		price[4] = 0;	
		price[5] = 0;	
		price[6] = 0;
		price[7] = 0;	
		price[8] = 0;	
	function setTotal(n, p) {
		price[n] = p
		var t1 = parseFloat(price[0])
		var t2 = parseFloat(price[1])
		var t3 = parseFloat(price[2])
		var t4 = parseFloat(price[3])
		var t5 = parseFloat(price[4])
		var t6 = parseFloat(price[5])
		var t7 = parseFloat(price[6])
		var t8 = parseFloat(price[7])
		var t9 = parseFloat(price[8])
		var total = (t1 + t2 + t3 + t4 + t5 + t6 + t7 + t8 + t9).toFixed(2)
		var tdtotal = document.getElementById("sumprice8");
		var divtotal = document.getElementById("pricetotal");
		var newtotal = document.createElement("span");
			newtotal.setAttribute("id","pricetotal");
		var totalprice = document.createTextNode(total);
		newtotal.appendChild(totalprice);
		tdtotal.replaceChild(newtotal, divtotal);
	}
		var price2 = new Array(7);
		price2[0] = 0;	
		price2[1] = 0;	
		price2[2] = 0;	
		price2[3] = 0;	
		price2[4] = 0;	
		price2[5] = 0;	
		price2[6] = 0;
		price2[7] = 0;	
		price2[8] = 0;	
	function setTotal2(n, p) {
		price2[n] = p
		var t1 = parseFloat(price2[0])
		var t2 = parseFloat(price2[1])
		var t3 = parseFloat(price2[2])
		var t4 = parseFloat(price2[3])
		var t5 = parseFloat(price2[4])
		var t6 = parseFloat(price2[5])
		var t7 = parseFloat(price2[6])
		var t8 = parseFloat(price2[7])
		var t9 = parseFloat(price2[8])
		var total = (t1 + t2 + t3 + t4 + t5 + t6 + t7 + t8 + t9).toFixed(2)
		var tdtotal = document.getElementById("sumprice11");
		var divtotal = document.getElementById("pricetotal2");
		var newtotal = document.createElement("span");
			newtotal.setAttribute("id","pricetotal2");
		var totalprice = document.createTextNode(total);
		newtotal.appendChild(totalprice);
		tdtotal.replaceChild(newtotal, divtotal);
	}