function orderImage(imagename)
{
var OpenWindow1=self
OpenWindow1.document.clear()
OpenWindow1.document.write("<html>\n")
OpenWindow1.document.write("<head><title>HyMap Order Page</title></head>\n")
OpenWindow1.document.write("<body>\n")
OpenWindow1.document.write("<p align='center'><FORM><input type='button' value='Go Back' onClick='history.back()'> </FORM> </p>\n")
OpenWindow1.document.write("<h1>Hymap Order Request Form</h1><hr align='center'>\n")
OpenWindow1.document.write("<p><img border='0' src='../../images/undercon.gif' width='40' height='38'>\n")
OpenWindow1.document.write("<p>This form can be used to request the purchase of a HyMap image.&nbsp; At this time, the form sends a request to AIG, and a sales person will call or email you back as soon as possible.&nbsp; The form also can only handle one image request at a time, so after the first image is requested, only your email address is needed for any further requests.</p>\n")
OpenWindow1.document.write("<p>In the near future we expect to have a secure web store up and running where you can order multiple image files, and purchase them with a credit card of your choice.&nbsp; Thank you for your patience during this transition.</p>\n")

OpenWindow1.document.write("<form NAME='orderform' METHOD='POST' action='../../_vti_bin/shtml.dll/data_acq/order/order_form.htm' webbot-action='--WEBBOT-SELF--'>\n")
OpenWindow1.document.write("<!--webbot bot='SaveResults' startspan S-Email-Address='services@aigllc.com'\n")
OpenWindow1.document.write("S-Email-Format='TEXT/PRE' --><input TYPE='hidden' NAME='VTI-GROUP' VALUE='0'><!--webbot\n")
OpenWindow1.document.write("bot='SaveResults' endspan i-checksum='43374' -->\n")

OpenWindow1.document.write("<table><tr><td ALIGN='right'><em>Image Name</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_ImageName' SIZE='25'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>E-mail&nbsp;</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_Email' SIZE='25'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>First name</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_FirstName' SIZE='25'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Last name</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_LastName' SIZE='25'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Title</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_Title' SIZE='35'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Organization</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_Organization' SIZE='35'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Street address</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_StreetAddress' SIZE='35'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Address (cont.)</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_Address2' SIZE='35'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>City</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_City' SIZE='35'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>State/Province</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_State' SIZE='2'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Zip/Postal code</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_ZipCode' SIZE='12' MAXLENGTH='12'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Country</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_Country' SIZE='25'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>Work Phone</em></td><td><input TYPE='TEXT' NAME='Contact_WorkPhone' SIZE='25' MAXLENGTH='25'> </td></tr>\n")
OpenWindow1.document.write("<tr><td ALIGN='right'><em>FAX</em></td>\n")
OpenWindow1.document.write("<td><input TYPE='TEXT' NAME='Contact_FAX' SIZE='25' MAXLENGTH='25'> </td></tr></table>\n")
OpenWindow1.document.write("<p>Enter Additional Information or Comments if desired:<br>\n")
OpenWindow1.document.write("<textarea rows='3' name='S1' cols='53'></textarea></p>\n")
OpenWindow1.document.write("<p><input type='submit' value='Submit' name='B1'><input type='reset' value='Reset' name='B2'></p>\n")
OpenWindow1.document.write("</form>\n")

document.orderform.Contact_ImageName.value=imagename

OpenWindow1.document.write("<p align='center'><FORM><input type='button' value='Go Back' onClick='history.back()'> </FORM> </p>\n")
OpenWindow1.document.write("</body>\n")
OpenWindow1.document.write("</html>\n")
}




