// Web software by DavidRegier.com
function recordData(key,value,CookieExpDate){var cookieName=this.toString();var theData=GetCookie(cookieName);if(!theData)theData="";value=value.replace(/&/g, "and" ).replace(/=/g, "is" );
var KeyVals=theData.split("&");var existingKey=0;for(var i=0;i<KeyVals.length;i++){var ThisPair=KeyVals[i].split("=");if(key==ThisPair[0]){if(value)KeyVals[i]=key+"="+value;else
KeyVals.splice(i,1);theData=KeyVals.join("&");existingKey=1;break;}}
if(value&&!existingKey)theData+=((theData)?"&":"")+key+"="+value;if(theData)SetCookie(cookieName,theData,((CookieExpDate)?CookieExpDate:null));else
DeleteCookie(cookieName);}
String.prototype.recordData=recordData;CCVN=["Credit Card Verification Number","Credit Card Verification Number (CCVN) is an anti-fraud security feature to help verify that you are in possession of your credit card.<br/><br/>The three-digit CCVN number is printed on the signature panel on the back of the card immediately after the card's account number."];function writeFreePoundOptions(){for(var key in Item){var nOunces=parseInt(key.substring(4));if(nOunces==16)document.write("<option value='"+Item[key][2]+"'>"+Item[key][2]+"</option>");}}
function clearField(Field){if(Field.value==Field.defaultValue)Field.value="";}
function checkField(Field){if(!Field.value)Field.value=Field.defaultValue;}
SubmitRequest=null;function setPostRequest(){SubmitRequest=getAjaxRequest();if(!SubmitRequest)showNoAjaxMsg();}
function setGiftSection(Checkbox){var RecipientRows=new Array(document.getElementById("RecipientNameRow"),document.getElementById("RecipientAddressRow"),document.getElementById("RecipientGiftCardMessageRow"),document.getElementById("RecipientYourInformationRow"));for(var i=0;i<RecipientRows.length;i++)RecipientRows[i].className=(Checkbox.checked)?"on":"off";}
function initForm(){try{var Form=document.AspForm;Form.SubmitButton.disabled=false;Form.Name.focus();Form.Order.value=SC.getCart();setGiftSection(document.getElementById("Gift"));if(SC.userGetsFreePound)document.getElementById("FreePoundRow").className="on";var ContactUs=new Image();ContactUs.src="images/ContactUs.jpg";var shipping=document.getElementById("ShippingDefined").innerHTML;shipping=shipping.replace(/\r/g, "" );
shipping=shipping.replace(/\n/g, "" );
shipping=shipping.replace(/\t/g, "" );
shipping=shipping.replace(/  /g, "" );
shipping=shipping.replace(/<br>/gi, "\r\n" );
shipping=shipping.replace(/<br *\/>/gi, "\r\n" );
Form.Shipping.value=shipping.trim();var DownesGrounds=GetCookie("DownesGrounds");if(DownesGrounds){var Name=DownesGrounds.getVal("Name");if(Name)Form.Name.value=Name;var Sender_Email=DownesGrounds.getVal("Sender_Email");if(Sender_Email)Form.Sender_Email.value=Sender_Email;var Primary_Tel=DownesGrounds.getVal("Primary_Tel");if(Primary_Tel)Form.Primary_Tel.value=Primary_Tel;var Other_Tel=DownesGrounds.getVal("Other_Tel");if(Other_Tel)Form.Other_Tel.value=Other_Tel;var Mailing_Address=DownesGrounds.getVal("Mailing_Address");if(Mailing_Address)Form.Mailing_Address.value=Mailing_Address;var City=DownesGrounds.getVal("City");if(City)Form.City.value=City;var State=DownesGrounds.getVal("State");if(State)Form.State.value=State;var Zip=DownesGrounds.getVal("Zip");if(Zip)Form.Zip.value=Zip;var Name_On_Credit_Card=DownesGrounds.getVal("Name_On_Credit_Card");if(Name_On_Credit_Card)Form.Name_On_Credit_Card.value=Name_On_Credit_Card;var Credit_Card_Address=DownesGrounds.getVal("Credit_Card_Address");if(Credit_Card_Address)Form.Credit_Card_Address.value=Credit_Card_Address;var Credit_Card_City=DownesGrounds.getVal("Credit_Card_City");if(Credit_Card_City)Form.Credit_Card_City.value=Credit_Card_City;var Credit_Card_State=DownesGrounds.getVal("Credit_Card_State");if(Credit_Card_State)Form.Credit_Card_State.value=Credit_Card_State;var Credit_Card_Zip=DownesGrounds.getVal("Credit_Card_Zip");if(Credit_Card_Zip)Form.Credit_Card_Zip.value=Credit_Card_Zip;}
try{if(top.qStr){if(top.qStr.getVal("to")=="david")top.document.title="TESTING: Mail shall be sent to "+testEmail;if(top.qStr.getVal("autofill")=="y")autoFillForTesting();}}
catch(Err){}}
catch(Err){if(local){var eMsg="Exception caught at function initForm:\n\n";for(var i in Err)eMsg+=i+": "+Err[i]+"\n";alert(eMsg);}
else
setTimeout("initForm();",250);}}
function setCCBillingAddress(){var Form=document.AspForm;if(Form.Mailing_Address.value!=Form.Mailing_Address.defaultValue&&Form.Credit_Card_Address.value==Form.Credit_Card_Address.defaultValue)Form.Credit_Card_Address.value=Form.Mailing_Address.value;if(Form.City.value!=Form.City.defaultValue&&Form.Credit_Card_City.value==Form.Credit_Card_City.defaultValue)Form.Credit_Card_City.value=Form.City.value;if(Form.State.value!=Form.State.defaultValue&&Form.Credit_Card_State.value==Form.Credit_Card_State.defaultValue)Form.Credit_Card_State.value=Form.State.value;if(Form.Zip.value!=Form.Zip.defaultValue&&Form.Credit_Card_Zip.value==Form.Credit_Card_Zip.defaultValue)Form.Credit_Card_Zip.value=Form.Zip.value;}
function setNameOnCCBillingAddress(){var Form=document.AspForm;if(Form.Name.value!=Form.Name.defaultValue&&Form.Name_On_Credit_Card.value==Form.Name_On_Credit_Card.defaultValue)Form.Name_On_Credit_Card.value=Form.Name.value;}
function validateForm(){var Form=document.AspForm;if(!SubmitRequest){showNoAjaxMsg();return false;}
var cookieName="DownesGrounds";var supressValidation=(qStr&&qStr.getVal("validate")=="n");var validate=!supressValidation;Form.SubmitButton.disabled=true;var Missing=null;var MissingInfo=new Array();try{Form.Test_Email.value=(top.qStr&&top.qStr.getVal("to")=="david")?testEmail:"";}
catch(Err){Form.Test_Email.value="";}
var Gift=Form.Gift;if(Gift.checked){var Recipient_Name=Form.Recipient_Name;if(Recipient_Name.value==""){if(!Missing)Missing=Recipient_Name;MissingInfo.push("Missing Recipient Name");}
var Recipient_Mailing_Address=Form.Recipient_Mailing_Address;if(Recipient_Mailing_Address.value==Recipient_Mailing_Address.defaultValue){if(!Missing)Missing=Recipient_Mailing_Address;MissingInfo.push("Missing Recipient Mailing Address");}
var Recipient_City=Form.Recipient_City;if(Recipient_City.value==Recipient_City.defaultValue){if(!Missing)Missing=Recipient_City;MissingInfo.push("Missing Recipient City");}
var Recipient_State=Form.Recipient_State;if(Recipient_State.value==Recipient_State.defaultValue){if(!Missing)Missing=Recipient_State;MissingInfo.push("Missing Recipient State");}
var Recipient_Zip=Form.Recipient_Zip;if(Recipient_Zip.value==Recipient_Zip.defaultValue){if(!Missing)Missing=Recipient_Zip;MissingInfo.push("Missing Recipient Zip");}}
var Name=Form.Name;Name.value=Name.value.replace(/^\s*|\s*$/g, "" );
if(Name.value==""){if(!Missing)Missing=Name;MissingInfo.push("Missing Your Name");}
else
cookieName.recordData("Name",Name.value,expDate12Mon);var Sender_Email=Form.Sender_Email;if(Sender_Email.value==""){if(!Missing)Missing=Sender_Email;MissingInfo.push("Missing Your E-Mail Address");}
else
cookieName.recordData("Sender_Email",Sender_Email.value,expDate12Mon);var Primary_Tel=Form.Primary_Tel;var Other_Tel=Form.Other_Tel;if(Primary_Tel.value==Primary_Tel.defaultValue&&Other_Tel.value==Other_Tel.defaultValue){if(!Missing)Missing=Primary_Tel;MissingInfo.push("Missing A Telephone Number");}
if(Primary_Tel.value!=Primary_Tel.defaultValue)cookieName.recordData("Primary_Tel",Primary_Tel.value,expDate12Mon);if(Other_Tel.value!=Other_Tel.defaultValue)cookieName.recordData("Other_Tel",Other_Tel.value,expDate12Mon);var Mailing_Address=Form.Mailing_Address;if(Mailing_Address.value==Mailing_Address.defaultValue){if(!Missing)Missing=Mailing_Address;MissingInfo.push("Missing Mailing Address");}
else
cookieName.recordData("Mailing_Address",Mailing_Address.value,expDate12Mon);var City=Form.City;if(City.value==City.defaultValue){if(!Missing)Missing=City;MissingInfo.push("Missing Mailing City");}
else
cookieName.recordData("City",City.value,expDate12Mon);var State=Form.State;if(State.value==State.defaultValue){if(!Missing)Missing=State;MissingInfo.push("Missing Mailing State");}
else
cookieName.recordData("State",State.value,expDate12Mon);var Zip=Form.Zip;if(Zip.value==Zip.defaultValue){if(!Missing)Missing=Zip;MissingInfo.push("Missing Mailing Zip");}
else
cookieName.recordData("Zip",Zip.value,expDate12Mon);if(SC.userGetsFreePound&&Form.Free_Pound_Pulldown.selectedIndex==0){if(!Missing)Missing=Form.Free_Pound_Pulldown;MissingInfo.push("Missing Free Pound");}
if(SC.shipping){var Type_of_Credit_Card=Form.Type_of_Credit_Card;var noCCTypeCkd=(!Type_of_Credit_Card[0].checked&&!Type_of_Credit_Card[1].checked&&!Type_of_Credit_Card[2].checked);var ccTypeCkd=!noCCTypeCkd;if(noCCTypeCkd){MissingInfo.push("Missing Type of Credit Card");if(!Missing)Missing=Type_of_Credit_Card[0];}
var Credit_Card_Number=Form.Credit_Card_Number;var ccNum=Credit_Card_Number.value;if(ccNum==""){MissingInfo.push("Missing Your Credit Card Number");if(Missing==null)Missing=Credit_Card_Number;}
else{ccNum=ccNum.replace(/-/g, "" ).replace(/ /g, "" );
var ccLen=ccNum.length;if(isNaN(ccNum)){MissingInfo.push("Credit Card Number contains non-numeric characters");if(!Missing)Missing=Credit_Card_Number;}
else{var rePatternDiscoverVISA=/^((\d{13})|(\d{16}))$/;var rePatternMC=/^\d{16}$/;var rePatternAMEX=/^\d{15}$/;if(Type_of_Credit_Card[0].checked){if( !rePatternDiscoverVISA.test(ccNum)){MissingInfo.push("Visa cards are 16 (sometimes 13) digits, you entered "+ccLen);if(!Missing)Missing=Credit_Card_Number;}
else
Credit_Card_Number.value=ccNum.substring(0,4)+" "+ccNum.substring(4,8)+" "+ccNum.substring(8,12)+" "+ccNum.substring(12,16);}
else if(Type_of_Credit_Card[1].checked){if( !rePatternMC.test(ccNum)){MissingInfo.push("MasterCards are exactly 16 digits, you entered "+ccLen);if(!Missing)Missing=Credit_Card_Number;}
else
Credit_Card_Number.value=ccNum.substring(0,4)+" "+ccNum.substring(4,8)+" "+ccNum.substring(8,12)+" "+ccNum.substring(12,16);}
else{if( !rePatternAMEX .test(ccNum)){MissingInfo.push("American Express card numbers are exactly 15 digits, you entered "+ccLen);if(!Missing)Missing=Credit_Card_Number;}
else
Credit_Card_Number.value=ccNum.substring(0,4)+" "+ccNum.substring(4,10)+" "+ccNum.substring(10,15);}}}
var Verification_Number=Form.Verification_Number;if(Verification_Number.value==""){MissingInfo.push("Missing Credit Card Verification Number");if(Missing==null)Missing=Verification_Number;}
else{var ccvn=Verification_Number.value;if(isNaN(ccvn)){MissingInfo.push("Credit Card Verification Number contains non-numeric characters");if(!Missing)Missing=Verification_Number;}
else if(ccTypeCkd){var nDigits=(Type_of_Credit_Card[2].checked)?4:3;var rePatternCCVN=(Type_of_Credit_Card[2].checked)?/^\d{4}$/:/^\d{3}$/;if( !rePatternCCVN.test(ccvn)){MissingInfo.push("Credit Card Verification Number are "+nDigits+" digits, you entered "+ccvn.length);if(!Missing)Missing=Verification_Number;}}}
var Expiration_Date=Form.Expiration_Date;if(Expiration_Date.value==""){MissingInfo.push("Missing Credit Card Expiration Date");if(Missing==null)Missing=Expiration_Date;}
else if( !/^[0,1]?\d(\/|-)\d?\d$/.test(Expiration_Date.value)){MissingInfo.push("Expiration date is improperly formatted. It must be in the \"mm/yy\" format");if(Missing==null)Missing=Expiration_Date;}
var Name_On_Credit_Card=Form.Name_On_Credit_Card;if(Name_On_Credit_Card.value==Name_On_Credit_Card.defaultValue){if(!Missing)Missing=Name_On_Credit_Card;MissingInfo.push("Missing Name on Credit Card");}
else
cookieName.recordData("Name_On_Credit_Card",Name_On_Credit_Card.value,expDate12Mon);var Credit_Card_Address=Form.Credit_Card_Address;if(Credit_Card_Address.value==Credit_Card_Address.defaultValue){if(!Missing)Missing=Credit_Card_Address;MissingInfo.push("Missing Credit Card Address");}
else
cookieName.recordData("Credit_Card_Address",Credit_Card_Address.value,expDate12Mon);var Credit_Card_City=Form.Credit_Card_City;if(Credit_Card_City.value==Credit_Card_City.defaultValue){if(!Missing)Missing=Credit_Card_City;MissingInfo.push("Missing Credit Card City");}
else
cookieName.recordData("Credit_Card_City",Credit_Card_City.value,expDate12Mon);var Credit_Card_State=Form.Credit_Card_State;if(Credit_Card_State.value==Credit_Card_State.defaultValue){if(!Missing)Missing=Credit_Card_State;MissingInfo.push("Missing Credit Card State");}
else
cookieName.recordData("Credit_Card_State",Credit_Card_State.value,expDate12Mon);var Credit_Card_Zip=Form.Credit_Card_Zip;if(Credit_Card_Zip.value==Credit_Card_Zip.defaultValue){if(!Missing)Missing=Credit_Card_Zip;MissingInfo.push("Missing Credit Card Zip");}
else
cookieName.recordData("Credit_Card_Zip",Credit_Card_Zip.value,expDate12Mon);}
if(validate&&MissingInfo.length){var missingInfo=MissingInfo.join("</li><li>");var htm="We're sorry, you failed to provide (or need to correct) the following information:<ol><li>"+missingInfo+"</li></ol>Please provide or correct your information & try again...<div align='center' style='margin:6px 0px 0px 0px;'><input type='button' value='OK' id='DW_OK' class='DwOk' onClick='DW.removeWin();' title='Close message' /></div><input type='hidden' id='EvalOnClose' value='document.getElementById(\""+Missing.id+"\").focus();' />";DW.createWindow(["Missing or Incorrect Information",htm],[0,450,0],null,null,10,[4,0,0],null,1);document.getElementById("DW_OK").focus();Form.SubmitButton.disabled=false;return false;}
else{if(validate){var goodEmail=verifyEmail(Form,Form.Sender_Email);if(!goodEmail)return false;}
if(Form.Primary_Tel.value==Form.Primary_Tel.defaultValue)Form.Primary_Tel.value="";if(Form.Other_Tel.value==Form.Other_Tel.defaultValue)Form.Other_Tel.value="";if(Form.Comments.value==Form.Comments.defaultValue)Form.Comments.value="";if(Form.Name_On_Credit_Card.value==Form.Name_On_Credit_Card.defaultValue)Form.Name_On_Credit_Card.value="";if(Form.Credit_Card_Address.value==Form.Credit_Card_Address.defaultValue)Form.Credit_Card_Address.value="";if(Form.Credit_Card_City.value==Form.Credit_Card_City.defaultValue)Form.Credit_Card_City.value="";if(Form.Credit_Card_State.value==Form.Credit_Card_State.defaultValue)Form.Credit_Card_State.value="";if(Form.Credit_Card_Zip.value==Form.Credit_Card_Zip.defaultValue)Form.Credit_Card_Zip.value="";var gmtOffSetHi=10;var Now=new Date();var gmtOffSetClient=Now.getTimezoneOffset()/60;var timeDiff=gmtOffSetHi-gmtOffSetClient;var plural=(Math.abs(timeDiff)==1)?"":"s"
var theSign=(timeDiff>0)?"+":"";var forTime=theSign+timeDiff+" hour"+plural;Form.Sent.value=Now.toLocaleString()+" (client's time)";Form.Time_Difference.value=forTime;Form.Cart_URL.value=SC.exportCart();if(validate){var htm="Please double check your e-mail address for accuracy:<ul><li>Click Submit if <nobr>&ldquo;"+Sender_Email.value+"&rdquo;</nobr> is correct and the form will be sent.</li><li>Click Cancel if you need to correct it.</li></ul>This is important because if you make a typo in your e-mail address we may be unable to contact you.<div align='center' style='margin:6px 0px 0px 0px;'><input type='button' value='Submit' id='DW_OK' class='DwOkCancel' onClick='submitForm();' title='E-mail is accurate \u2022 Submit form' /> &nbsp; <input type='button' value='Cancel' class='DwOkCancel' onClick='document.getElementById(\"Sender_Email\").focus(); DW.removeWin();' title='E-mail needs correction' /></div><input type='hidden' id='EvalOnClose' value='document.getElementById( \"SubmitButton\" ).disabled = false;' />";DW.createWindow(["Confirm E-Mail",htm],[0,400,0],null,null,10,[4,0,0],null,1);document.getElementById("DW_OK").focus();}
else
submitForm();return false;}}
function verifyEmail(Form,Email){Email.value=Email.value.replace(/\s/g, "" );
var emailRE=/^[\w\.-]*[^\.-]@[\w\.-]+\.[a-zA-Z]{2,}$/;EmailArr=Email.value.split(",");for(i in EmailArr){if( !emailRE.test(EmailArr[i])){var htm="We're sorry but &ldquo;"+EmailArr[i]+"&rdquo; is an invalid e-mail address. Some examples of valid e-mail addresses are:<ul><li>Joe@Hotmail.com</li><li>sally_smith@aol.com</li><li>jim.clark@co.la.ca.us</li><li>Ron@KentLighting.net</li></ul>Valid e-mails contain 1 &ldquo;@&rdquo; character & end with .com .net .us .ca etc.<div align='center' style='margin:6px 0px 0px 0px;'><input type='button' value='OK' id='DW_OK' class='DwOk' onClick='DW.removeWin();' title='Close message' /></div><input type='hidden' id='EvalOnClose' value='document.getElementById(\""+Email.id+"\").focus();' />";DW.createWindow(["Invalid E-Mail Address",htm],[0,500,0],null,null,10,[4,0,0],null,1);document.getElementById("DW_OK").focus();Form.SubmitButton.disabled=false;return false;}}
return true;}
function submitForm(){DW.removeWin();var Form=document.AspForm;var SubmitButton=document.getElementById("SubmitButton");var AjaxLoading=document.getElementById("AjaxLoading");AjaxLoading.style.visibility="visible";SubmitButton.disabled=true;SubmitRequest.onreadystatechange=function(){try{if(SubmitRequest.readyState==4){if(SubmitRequest.status==200){var responseText=SubmitRequest.responseText;if( /<span id='ServerError'>/.test(responseText)){var aspError=responseText.replace(/\r/g, "" ).replace(/\n/g, "" );
aspError=aspError.replace(/^.*<span id='ServerError'>/, "" );
aspError=aspError.replace(/<\/span>.*$/, "" );
aspError+="<div align='center' style='margin:6px 0px 0px 0px;'><input type='button' value='OK' class='DwOk' onClick='DW.removeWin();' title='Close message' /></div><input type='hidden' id='EvalOnClose' value='document.getElementById(\"Sender_Email\").focus();' />";DW.createWindow(["Internal Server Error",aspError],[0,600,0],null,null,10,[4,0,0],null,1,1);}
else{DeleteCookie("saveCart");DeleteCookie("cartData");var Htm=new Array();Htm.push("<table border='0' align='center'>");Htm.push("<tr>");Htm.push("<td style='height:45px; padding:4px 0px 0px 6px;' class='fSize12'>");Htm.push("<span id='FirstName'></span>,&nbsp;thanks so much for your order");Htm.push("</td>");Htm.push("<td rowspan='4'>");Htm.push("<img src='images/ContactUs.jpg' style='width:287px; height:217px; float:right; margin:0px 0px 0px 8px; border:0px solid rgb( 0,0,0 );'>");Htm.push("</td>");Htm.push("</tr>");Htm.push("<tr>");Htm.push("<td align='center' style='height:45px; padding:6px 0px 0px 0px;' class='fSize12'>");Htm.push("&#151; Aloha from the Big Island of Hawaii");Htm.push("</td>");Htm.push("</tr>");Htm.push("<tr>");Htm.push("<td style='height:45px; padding:0px 0px 0px 90px;'>");Htm.push("<div class='signature'>");Htm.push("<span class='fColorGray51'>Bill & Debbie Downes</span>");Htm.push("</div>");Htm.push("</td>");Htm.push("</tr>");Htm.push("<tr>");Htm.push("<td class='fSize11' style='padding:0px 10px 4px 10px;'>");Htm.push("PS: You will be receiving an auto-generated copy of your inquiry within a minute or two...");Htm.push("</td>");Htm.push("</tr>");Htm.push("</table>");var htm=Htm.join("");var firstName=Form.Name.value.split(" ")[0];DW.createWindow(["Aloha",htm],[0,650,0],null,null,10,[4,0,0],null,1,1);document.getElementById("FirstName").innerHTML=firstName;Form.reset();setGiftSection(Form.Gift);document.getElementById("AjaxLoading").style.visibility="hidden";}}
else
alert("Form post error, please try again...\n\nRequest.status expected: 200\nRequest.status returned: "+SubmitRequest.status);SubmitButton.disabled=false;AjaxLoading.style.visibility="hidden";setPostRequest();}}
catch(Err){var eMsg="AJAX exception at submitForm\n\n";for(var i in Err)eMsg+=i+": "+Err[i]+"\n";try{alert(eMsg);} catch(Err){}}}
var requestBody=getRequestBody(Form);Form.action="form-mailer.aspx"+((qStr)?"?"+qStr:"");SubmitRequest.open("post",Form.action,true);SubmitRequest.setRequestHeader("Content-Type","application/x-www-form-urlencoded");SubmitRequest.send(requestBody);}
function showNoAjaxMsg(){var htm="We're sorry, it appears that your web browser is not AJAX enabled. This means you will be unable to submit this form. With that in mind, please click the Contact link so you can phone your order in.";DW.createWindow(["Problem Detected",htm],[0,400,0],null,null,10,[4,0,0],null,1);}
function autoFillForTesting(){var Form=document.AspForm;Form.Gift.checked=true;setGiftSection(Form.Gift);Form.Recipient_Name.value="Ken Regier";Form.Recipient_Mailing_Address.value="22812 114 Way SE";Form.Recipient_City.value="Kent";Form.Recipient_State.value="WA";Form.Recipient_Zip.value="98031";Form.Gift_Card_Message.value="Kenny, this is some of the best coffee you will ever taste - from the Kona district of the Big Island of Hawaii - Enjoy!";Form.Name.value="David Regier";Form.Sender_Email.value=testEmail;Form.Primary_Tel.value="808.249.0015";Form.Other_Tel.value="808.264.6562";Form.Mailing_Address.value="1480 Kilinoe Place";Form.City.value="Wailuku";Form.State.value="HI";Form.Zip.value="96793";if(SC.userGetsFreePound)Form.Free_Pound_Pulldown.selectedIndex=1;Form.Name_On_Credit_Card.value="David Alan Regier";Form.Credit_Card_Address.value="PO Box 3116";Form.Credit_Card_City.value="Wailuku";Form.Credit_Card_State.value="HI";Form.Credit_Card_Zip.value="96793";Form.Type_of_Credit_Card[0].checked=true;Form.Credit_Card_Number.value="1111222233334444";Form.Verification_Number.value="987";Form.Expiration_Date.value="08/10";Form.Comments.value="The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.\n\nThe quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.";}