
function getTotal(order){var q1=document.orderForm.qty1.value;var q4=document.orderForm.qty4.value;var q5=document.orderForm.qty5.value;var q6=document.orderForm.qty6.value;var q7=document.orderForm.qty7.value;var total=0;var filter1=/^[\d\ ]+$/;if(q1<0||q1>99||!(filter1.test(q1))||q1==" "){alert("Please enter a number between 0 and 99.");document.orderForm.qty1.focus();document.orderForm.qty1.select();}else if(q4<0||q4>99||!(filter1.test(q4))||q4==" "){alert("Please enter a number between 0 and 99.");document.orderForm.qty4.focus();document.orderForm.qty4.select();}else if(q5<0||q5>99||!(filter1.test(q5))||q5==" "){alert("Please enter a number between 0 and 99.");document.orderForm.qty5.focus();document.orderForm.qty5.select();}else if(q6<0||q6>99||!(filter1.test(q6))||q6==" "){alert("Please enter a number between 0 and 99.");document.orderForm.qty6.focus();document.orderForm.qty6.select();}else if(q7<0||q7>99||!(filter1.test(q7))||q7==" "){alert("Please enter a number between 0 and 99.");document.orderForm.qty7.focus();document.orderForm.qty7.select();}else{total=((parseInt(q1)+parseInt(q6)+parseInt(q7))*10)+((parseInt(q4)+parseInt(q5))*15);document.orderForm.totalAmount.value=total+".00";}}function enlargeTShirt(){window.open("t-shirt-large.html","enlargeTShirt","height=412,width=392,resizable=1,scrollbars=1");}function printPage(){var str1=document.orderForm.fullname.value;if(confirm("Thank you, "+str1+", for your order. To recieve your cds, tapes, and/or t-shirts by The Escorts / The Do's & Don'ts , mail the completed, printed form, along with cash, check, or money order to the following address: Dick Sherman, 650 Palisades Access Rd, Ely, IA 52227. Do you wish to print the completed order form now?")){if(document.all){document.all.divButtons.style.visibility='hidden';window.print();document.all.divButtons.style.visibility='visible';}else{document.getElementById('divButtons').style.visibility='hidden';window.print();document.getElementById('divButtons').style.visibility='visible';}}}function eprotect2(){var a,b,c,d,e,f,g,h,i;a='<a href=\"mai';b='rick';c='\">';a+='lto:';b+='&#64;';e='</';f='a>.';b+='escortsdosdonts.com?subject=Escorts / Do&#39;s and Don&#39;ts Website - help with mail order form\" title=\"send an email for help with this mail order form';g='';h='';i='send an email';document.write(a+b+c+i+e+f);}