window.defaultStatus = "Enviropak, LLC";


var cr = String.fromCharCode(13)+String.fromCharCode(11);
function eMailThisOrder()
             {alert("Thank you for your interest in ENVIROPAK pouches.  Click to continue sending email order."); 
              window.location = "mailto:orders@enviropouch.com ?subject=WebOrder &body=ENVIROPAK POUCHES ORDER                                              "+cr+cr
                                                                                         +"Name:  "               +document.eMailOrderForm.CustomerName.value+cr+cr
                                                                                         +"Phone: "               +document.eMailOrderForm.Phone.value+"    "+cr+cr
                                                                                         +"Product: 28001  qty = "+document.eMailOrderForm.Qty28001.value+" "+cr
                                                                                         +"Product: 25801  qty = "+document.eMailOrderForm.Qty25801.value+" "+cr
                                                                                         +"Product: 25901  qty = "+document.eMailOrderForm.Qty25901.value+" "+cr 
                                                                                         +"Product: 38001  qty = "+document.eMailOrderForm.Qty38001.value+" "+cr
                                                                                         +"Product: 48001  qty = "+document.eMailOrderForm.Qty48001.value+" "+cr
                                                                                         +"Product: 45103  qty = "+document.eMailOrderForm.Qty45103.value+" "+cr
                                                                                         +"Product: 65103  qty = "+document.eMailOrderForm.Qty65103.value+" "+cr
                                                                                         +"Product: 91003  qty = "+document.eMailOrderForm.Qty91003.value+" "+cr
                                                                                         +"Product: 13103  qty = "+document.eMailOrderForm.Qty13103.value+" "+cr;
    }

var cr = String.fromCharCode(13)+String.fromCharCode(11);
function eMailThisSampleRequest()
             {alert("Thank you for your interest in ENVIROPAK pouches.  Click to continue sending email sample request."); 
              window.location = "mailto:samples@enviropouch.com ?subject=Web Sample Request &body=ENVIROPAK POUCHES SAMPLE REQUEST                "+cr+cr
                                                                                         +"Name:                  "   +document.eMailOrderForm.CustomerName.value+cr
                                                                                         +"Phone:                 "   +document.eMailOrderForm.Phone.value+"    "+cr+cr
                                                                                         +"Sample Product Number: "   +document.eMailOrderForm.Product.value+"    "+cr+cr+cr+cr
                                                                                         +"----------------------------------------------------------"  +cr
                                                                                         +document.eMailOrderForm.CustomerName.value+cr
                                                                                         +document.eMailOrderForm.Address.value+"  "+cr
                                                                                         +document.eMailOrderForm.City.value+"   "
                                                                                         +document.eMailOrderForm.State.value+"   "
                                                                                         +document.eMailOrderForm.Country.value+"  "
                                                                                         +document.eMailOrderForm.Zip.value+"      "+cr 
                                                                                         +"----------------------------------------------------------"  +cr;

    }

function ButtonHighlight(ButtonName)
         {document[ButtonName].src="images/button-"+ButtonName+"-on.jpg"}

function ButtonNormal(ButtonName)
         {document[ButtonName].src="images/button-"+ButtonName+".jpg"}

function ShowItem(itemnumber,itemprice,itemdescription)
                                        { var wtop  = 50;
                               		var wleft = (screen.width - 680) / 2;
                              	 	var wprops = winprops = 'top='+wtop+',left='+wleft+',resizable'
 					     		newwin = window.open('','','width=450,height=600,'+wprops);
                                   		itemprice       = "$99.98"
                                   		itemdescription = "no description"
                                          if (!newwin.opener) newwin.opener = self;
                                   		with (newwin.document) { open();
                                                                   write('<html><title>Neighborhood Florist</title><body onLoad="setTimeout(window.close, 600000)" bgcolor="#FFFFFF"><table align="center" height=100% width=100% border=0><tr><td align="center"><font face="Times New Roman,Arial">');
                                                                   write('<IMG SRC="images/logo-small.jpg"><BR>');
                                                                   write('<IMG SRC="images/' + itemnumber + '.jpg"><BR>Item: <B>NF'+ itemnumber + '</B></font><table><tr>');

                                                                   write('<td><form action="" method="post"><input type="image" src="images/button-close.gif" border="0" onclick=window.close()></form>');

                                                                   write('</tr></table></td></tr></table></body></html>');
                                                                   close();
                                                                  }
                                         }

