Many thanks, hope I don't get shot for posting long code.
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"
<html xmlns="
xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"></meta>
<title>Submission Form</title>
<script type="text/javascript">
function makeOptions(_number_of_options) {
var _result = ';
for (var loop=0; loop<_number_of_options; loop++)
_result += '\t<option value=' +loop*10 + '>' +loop*10 + '</option>\n';
return _result;
}
</script>
<script type="text/javascript">
function update_message_body()
// This function composes an e-mail message using the contents of
// another form on the same page.
{
var DB6 = document.SubmissionForm.DB6.value;
var DB12 = document.SubmissionForm.DB12.value;
var DB22 = document.SubmissionForm.DB22.value;
var DB32 = document.SubmissionForm.DB32.value;
var DB34 = document.SubmissionForm.DB34.value;
var DB40 = document.SubmissionForm.DB40.value;
var DB64 = document.SubmissionForm.DB64.value;
var DB94 = document.SubmissionForm.DB94.value;
var DB124 = document.SubmissionForm.DB124.value;
var SP05 = document.SubmissionForm.SP05.value;
var SP10 = document.SubmissionForm.SP10.value;
var SP20 = document.SubmissionForm.SP20.value;
var SP30 = document.SubmissionForm.SP30.value;
var SP60 = document.SubmissionForm.SP60.value;
var SP90 = document.SubmissionForm.SP90.value;
var HD6 = document.SubmissionForm.HD6.value;
var HD22 = document.SubmissionForm.HD22.value;
var HD40 = document.SubmissionForm.HD40.value;
var HD34 = document.SubmissionForm.HD34.value;
var HD94 = document.SubmissionForm.HD94.value;
var DVC12 = document.SubmissionForm.DVC12.value;
var DVC33 = document.SubmissionForm.DVC33.value;
var DVC46 = document.SubmissionForm.DVC46.value;
var DVC66 = document.SubmissionForm.DVC66.value;
var DVC126 = document.SubmissionForm.DVC126.value;
var CurrentDate = new Date();
var DBstr = ""
+ (DB6 > 0 ? "DBC-6 " + DB6 + " off" + "\n" : "")
+ (DB12 > 0 ? "DBC-12 " + DB12 + " off" + "\n" : "")
+ (DB22 > 0 ? "DBC-22 " + DB22 + " off" + "\n" : "")
+ (DB32 > 0 ? "DBC-32 " + DB32 + " off" + "\n" : "")
+ (DB34 > 0 ? "DBC-34L " + DB34 + " off" + "\n" : "")
+ (DB40 > 0 ? "DBC-40 " + DB40 + " off" + "\n" : "")
+ (DB64 > 0 ? "DBC-64L " + DB64 + " off" + "\n" : "")
+ (DB94 > 0 ? "DBC-94L " + DB94 + " off" + "\n" : "")
+ (DB124 > 0 ? "DBC-124L " + DB124 + " off" + "\n" : "");
var SBstr = ""
+ (SP05 > 0 ? "SP05 " + SP05 + " off" + "\n" : "")
+ (SP10 > 0 ? "SP10 " + SP10 + " off" + "\n" : "")
+ (SP20 > 0 ? "SP20 " + SP20 + " off" + "\n" : "")
+ (SP30 > 0 ? "SP30 " + SP30 + " off" + "\n" : "")
+ (SP60 > 0 ? "SP60 " + SP60 + " off" + "\n" : "")
+ (SP90 > 0 ? "SP90 " + SP90 + " off" + "\n" : "");
document.ProxyForm.MessageBody.value = "\n\n" + "Order Placing" + "\n\n"
+ "Start of Order" + "\n\n"
+ "Time received: " + CurrentDate + "\n\n"
+ (DBstr != "" ? "Fuji Digital Betacam\n" + DBstr + "\n\n" : "")
+ (SBstr != "" ? "Fuji Betacam SP\n" + SBstr + "\n\n" : "")
+ "End of Order, Thankyou";
return true;
}
function chkForm() {
var DB6 = document.getElementById('DB6').value;
var DB12 = document.getElementById('DB12').value
var DB22 = document.getElementById('DB22').value
var DB32 = document.getElementById('DB32').value
var DB34 = document.getElementById('DB34').value
var DB40 = document.getElementById('DB40').value
var DB64 = document.getElementById('DB64').value
var DB94 = document.getElementById('DB94').value
var DB124 = document.getElementById('DB124').value
var SP05 = document.getElementById('SP05').value;
var SP10 = document.getElementById('SP10').value
var SP20 = document.getElementById('SP20').value
var SP30 = document.getElementById('SP30').value
var SP60 = document.getElementById('SP60').value
var SP90 = document.getElementById('SP90').value
var HD6 = document.getElementById('HD6').value;
var HD22 = document.getElementById('HD22').value;
var HD40 = document.getElementById('HD40').value;
var HD34 = document.getElementById('HD34').value;
var HD94 = document.getElementById('HD94').value;
var DVC12 = document.getElementById('DVC12').value;
var DVC33 = document.getElementById('DVC33').value;
var DVC46 = document.getElementById('DVC46').value;
var DVC66 = document.getElementById('DVC66').value;
var DVC126 = document.getElementById('DVC126').value;
if(DB6=='0' && DB12=='0' && DB22=='0' && DB32=='0' && DB34=='0' && DB40=='0' && DB64=='0' && DB94=='0'
&& DB124=='0' && SP05=='0' && SP10=='0' && SP20=='0' && SP30=='0' && SP60=='0' && SP90=='0'
&& HD6=='0' && HD22=='0' && HD34=='0' && HD40=='0' && HD94=='0' && DVC12=='0'
&& DVC33=='0' && DVC46=='0' && DVC66=='0' && DVC126=='0') {
alert('You have not selected any items?');
return false;
} else {
update_message_body();
}
}
function FP_swapImg() {//v1.0
var doc=document,args=arguments,elm,n; doc.$imgSwaps=new Array(); for(n=2; n<args.length;
n+=2) { elm=FP_getObjectByID(args[n]); if(elm) { doc.$imgSwaps[doc.$imgSwaps.length]=elm;
elm.$src=elm.src; elm.src=args[n+1]; } }
}
function FP_preloadImgs() {//v1.0
var d=document,a=arguments; if(!d.FP_imgs) d.FP_imgs=new Array();
for(var i=0; i<a.length; i++) { d.FP_imgs
=new Image; d.FP_imgs.src=a; }
}
function FP_getObjectByID(id,o) {//v1.0
var c,el,els,f,m,n; if(!o)o=document; if(o.getElementById) el=o.getElementById(id);
else if(o.layers) c=o.layers; else if(o.all) el=o.all[id]; if(el) return el;
if(o.id==id || o.name==id) return o; if(o.childNodes) c=o.childNodes; if(c)
for(n=0; n<c.length; n++) { el=FP_getObjectByID(id,c[n]); if(el) return el; }
f=o.forms; if(f) for(n=0; n<f.length; n++) { els=f[n].elements;
for(m=0; m<els.length; m++){ el=FP_getObjectByID(id,els[n]); if(el) return el; } }
return null;
}
</script>
<base target="_self">
</head>
<form name="SubmissionForm" action="mailto:nobody@nobody.net" enctype="multipart/form-data" onSubmit="return chkForm();">
<body style="background-attachment: fixed" bgcolor="#E7EFF7" topmargin="1" onload="FP_preloadImgs(/*url*/'images/button6.gif', /*url*/'images/button7.gif', /*url*/'images/button9.gif', /*url*/'images/buttonA.gif', /*url*/'images/buttonC.gif', /*url*/'images/buttonD.gif', /*url*/'images/buttonF.gif', /*url*/'images/button10.gif')">
<table class="Fatscope" width="77%" border="1">
<tr>
<td class="DescriptorCell" bgcolor="#E7EFF7" colspan="4"><b>
<font face="Arial" size="4"><a name="Fuji_D321_Digital_Betacam">Fuji
D321 Digital Betacam</a></font></b></td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#008080" height="23" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7"><b>
<font face="Arial" size="4">Product</font></b></td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"><b>
<font face="Arial" size="4">Duration</font></b></td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
<b><font face="Arial" size="4">Qty</font></b></td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF" height="26">DBC-6</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" height="26" width="34%">6mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF" height="26">
<select name="DB6">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF" rowspan="9" align="center">
<img border="0" src="images/product-d321.jpg" width="187" height="126"></td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-12</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">12mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB12">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-22</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">22mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB22">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-32</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">32mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB32">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-34L</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">34mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB34">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-40</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">40mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB40">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-64L</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">64mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB64">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-94L</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">94mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB94">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DBC-124L</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">124mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DB124">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4">
<p align="center"><a href="#Temp_Order_Position">
<img border="0" id="img1" src="images/buttonE.gif" height="32" width="160" alt="Place Order Now" fp-style="fp-btn: Glass Capsule 1; fp-font: Arial; fp-font-size: 12; fp-transparent: 1" fp-title="Place Order Now" onmouseover="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/buttonF.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/buttonE.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img1',/*url*/'images/button10.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img1',/*url*/'images/buttonF.gif')"></a></td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#E7EFF7" colspan="4"><b>
<font face="Arial" size="4"><a name="Fuji_M321_Betacam_SP">Fuji M321
Betacam SP</a></font></b></td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#008080" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF"><b>
<font face="Arial" size="4">Product</font></b></td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%"><b>
<font face="Arial" size="4">Duration</font></b></td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<b><font face="Arial" size="4">Qty</font></b></td>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">SP05</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">5mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="SP05">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF" rowspan="6" align="center">
<img border="0" src="images/product-m321.jpg" width="187" height="131"></td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">SP10</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">10mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="SP10">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">SP20</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">20mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="SP20">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">SP30</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">30mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="SP30">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">SP60</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">60mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="SP60">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">SP90</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">90mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="SP90">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4">
<p align="center"><a href="#Temp_Order_Position">
<img border="0" id="img6" src="images/buttonB.gif" height="32" width="160" alt="Place Order Now" onmouseover="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/buttonC.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/buttonB.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img6',/*url*/'images/buttonD.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img6',/*url*/'images/buttonC.gif')" fp-style="fp-btn: Glass Capsule 1; fp-font: Arial; fp-font-size: 12; fp-transparent: 1" fp-title="Place Order Now"></a></td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#E7EFF7" colspan="4"><b>
<font face="Arial" size="4"><a name="Fuji_HD331_HDCAM">Fuji HD331 HDCAM</a></font></b></td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#008080" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF"><b>
<font face="Arial" size="4">Product</font></b></td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%"><b>
<font face="Arial" size="4">Duration</font></b></td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<b><font face="Arial" size="4">Qty</font></b></td>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">HD6</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">6mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="HD6">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF" rowspan="5" align="center">
<img border="0" src="images/product-hd331.jpg" width="187" height="129"></td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">HD22</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">22mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="HD22">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">HD40</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">40mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="HD40">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">HD34</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">34mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="HD34">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">HD94</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">94mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="HD94">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4">
<p align="center"><a href="#Temp_Order_Position">
<img border="0" id="img5" src="images/button8.gif" height="32" width="160" alt="Place Order Now" onmouseover="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/button9.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button8.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img5',/*url*/'images/buttonA.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img5',/*url*/'images/button9.gif')" fp-style="fp-btn: Glass Capsule 1; fp-font: Arial; fp-font-size: 12; fp-transparent: 1" fp-title="Place Order Now"></a></td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#E7EFF7" colspan="4"><b>
<font face="Arial" size="4"><a name="Fuji_DP121_DVC_Pro">Fuji DP121 DVC
Pro</a></font></b></td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#008080" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF"><b>
<font face="Arial" size="4">Product</font></b></td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%"><b>
<font face="Arial" size="4">Duration</font></b></td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<b><font face="Arial" size="4">Qty</font></b></td>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DVC12</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">12mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DVC12">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</td>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF" rowspan="5">
<img border="0" src="images/product-dp121.jpg" width="187" height="124"></td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DVC33</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">33mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DVC33">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DVC46</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">46mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DVC46">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DVC66</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">66mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DVC66">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF">DVC126</td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%">126mins</td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<select name="DVC126">
<script type="text/javascript">document.write(makeOptions(101));</script>
</select>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4">
<p align="center"><a href="#Temp_Order_Position">
<img border="0" id="img4" src="images/button5.gif" height="32" width="160" alt="Place Order Now" fp-style="fp-btn: Glass Capsule 1; fp-font: Arial; fp-font-size: 12; fp-transparent: 1" fp-title="Place Order Now" onmouseover="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/button6.gif')" onmouseout="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/button5.gif')" onmousedown="FP_swapImg(1,0,/*id*/'img4',/*url*/'images/button7.gif')" onmouseup="FP_swapImg(0,0,/*id*/'img4',/*url*/'images/button6.gif')"></a></td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="96%" bgcolor="#E7EFF7" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#E7EFF7" colspan="4"><b>
<font face="Arial" size="4"><a name="Temp_Order_Position">Temp Order
Position</a></font></b></td>
</tr>
<tr>
<td class="DescriptorCell" bgcolor="#008080" colspan="4"> </td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#FFFFFF"><b>
<font face="Arial" size="4">Product</font></b></td>
<td class="DescriptorCell" bgcolor="#FFFFFF" width="34%"><b>
<font face="Arial" size="4">Duration</font></b></td>
<td class="ContentCell" width="9%" bgcolor="#FFFFFF">
<b><font face="Arial" size="4">Qty</font></b></td>
<td class="ContentCell" width="34%" bgcolor="#FFFFFF">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7"> </td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"> </td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
</td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7"> </td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"> </td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
</td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7"> </td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"> </td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
</td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7">
</td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"> </td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
</td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7"> </td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"> </td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
</td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7"> </td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"> </td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
</td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
<tr>
<td class="DescriptorCell" width="19%" bgcolor="#E7EFF7"> </td>
<td class="DescriptorCell" bgcolor="#E7EFF7" width="34%"> </td>
<td class="ContentCell" width="9%" bgcolor="#E7EFF7">
</td>
<td class="ContentCell" width="34%" bgcolor="#E7EFF7">
</td>
</tr>
</table>
<p class="CenteredContent"><input type="reset" value="Clear All Entries"></input></p>
</form>
<form name="ProxyForm" enctype="text/plain" method="post" action ="mailto:nobody@nobody.net?subject=Testing Only" onsubmit="return chkForm();">
<p class="CenteredContent"><input type="submit" value="Send Order"></input>
< <b>Click To Place Order by email. Check your sent emails for
copy.</b></p>
<input type="hidden" id="MessageBody" name="MessageBody" value="fff" ></input>
</form>
</body>
</html>