/* ***************** DISPLAY CODE - FUNCTION MYPRINT ************************ */



/* ***************** */
/* START OF MY PRINT */
/* ***************** */


function myprint1()
    {
    OpenWindow=window.open("", "newwin");

    OpenWindow.document.write("<input type=\"button\" value=\"Back To Auction Template Builder\" onClick=\"window.close()\">");
    OpenWindow.document.write("<br><input type=\"button\" value=\"Print This Page\" onclick=\"window.print()\">");
    OpenWindow.document.write("<br><br>");
    
    /* SELECT PAGE BACKGROUND IMAGE OR COLOR */
    
   OpenWindow.document.write("<u><b>Page Title:</u></b>"); 
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.ptform.pagetitle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.ptform.maintable.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.ptform.mainalign.value);
  
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<b><u>Page Background Color or Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pbgcform.pbgselect.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pbgcform.pbgcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pbgcform.pbgimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pbgcform.pbgimagepath.value);
   
   OpenWindow.document.write("<br><br>");

   OpenWindow.document.write("<u><b>Outside Border Color One:</u></b>"); 
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bgc1form.bgcolor1.value);
   
   OpenWindow.document.write("<br><br>");
  
   OpenWindow.document.write("<u><b>Outside Border Color Two:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bdrc1form.bdrcolor1.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bdrc1form.bdrwidth.value);
   
   OpenWindow.document.write("<br><br>");
  
   OpenWindow.document.write("<u><b>Border Background Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bbgiform.bbgiimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bbgiform.bbgiimagepath.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bbgiform.bbgpadd.value);
   
   OpenWindow.document.write("<br><br>");
  
   OpenWindow.document.write("<u><b>Inside Border Background Color:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bgc2form.bgcolor2.value);
  
   OpenWindow.document.write("<br><br>");
  
   OpenWindow.document.write("<u><b>Inside Border Color:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.bdrc2form.bdrcolor2.value);
  
   OpenWindow.document.write("<br><br>");
  
   /* ********************** */
   /* TABLE BACKGROUND IMAGE */
   /* ********************** */

   OpenWindow.document.write("<u><b>Table Background Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tbgiform.tbgiselect.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tbgiform.tbgicolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tbgiform.tbgiimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tbgiform.tbgiimagepath.value);
      
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write("<hr>");
  
   /* AUCTION TITLE */
   OpenWindow.document.write("<u><b>Auction Title</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.atform.atitle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.atform.atfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.atform.atcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.atform.atsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.atform.atstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.atform.atalign.value);
   
   
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write("<hr>");
     
   /* MAIN IMAGE */
   OpenWindow.document.write("<u><b>Main Image</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.miform.miimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.miform.mialign.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.miform.miwidth.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.miform.miheight.value);
   
   
   OpenWindow.document.write("<br><br>");
  
  /* ********************** */
  /* MAIN TAG IMAGES */
  /* ********************** */
  
   OpenWindow.document.write("<u><b>Main Tag Images</u></b>");
   OpenWindow.document.write("<br>");
   
   OpenWindow.document.write(document.mti1form.mtiadd1.value);
   OpenWindow.document.write("<br>");
   
   OpenWindow.document.write(document.mti1form.mtiimage1.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.mti1form.mtiwidth1.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.mti1form.mtiheight1.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write(document.mti2form.mtiadd2.value);
   OpenWindow.document.write("<br>");
   
   OpenWindow.document.write(document.mti2form.mtiimage2.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.mti2form.mtiwidth2.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.mti2form.mtiheight2.value);
   OpenWindow.document.write("<br><br>");
   
  
   OpenWindow.document.write(document.mti3form.mtiadd3.value);
   OpenWindow.document.write("<br>");
   
   OpenWindow.document.write(document.mti3form.mtiimage3.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.mti3form.mtiwidth3.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.mti3form.mtiheight3.value);
   

   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write("<hr>");

   /* DESCRIPTION */
   /* SELECT HEADING IMAGE OR TEXT */
   OpenWindow.document.write("<u><b>Description Heading Text or Image Select:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.diselimg.diselimage.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Description Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.diform.diimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.diform.dialign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Description Heading:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dhform.deschead.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dhform.deschfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dhform.deschcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dhform.deschsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dhform.deschstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dhform.deschalign.value);
   OpenWindow.document.write("<br><br>");


   /* DESCRIPTION TEXT */
   
   OpenWindow.document.write("<u><b>Description Text:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dtform.desctext.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.dtform.desctfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dtform.desctcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dtform.desctsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dtform.desctstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.dtform.desctalign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<hr>");

   /* SHIPPING */
   /* SELECT HEADING IMAGE OR TEXT */
   OpenWindow.document.write("<u><b>Shipping Heading Text or Image Select:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shpselimg.includeshippinginfo.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shpselimg.shpcbimage.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Shipping Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shpiform.shpimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shpiform.shpialign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Shipping Heading:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shphform.shiphead.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shphform.shiphfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shphform.shiphcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shphform.shiphsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shphform.shiphstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shphform.shiphalign.value);
   OpenWindow.document.write("<br><br>");
   
   
    
   /* SHIPPING TEXT */
   OpenWindow.document.write("<u><b>Shipping Text:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shptform.shiptext.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.shptform.shiptfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shptform.shiptcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shptform.shiptsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shptform.shiptstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.shptform.shiptalign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<hr>");

   /* PAYMENT */
   /* SELECT HEADING IMAGE OR TEXT */
   OpenWindow.document.write("<u><b>Payment Heading Text or Image Select:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmtselimg.includepaymentinfo.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmtselimg.pmtcbimage.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Payment Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmtiform.pmtimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmtiform.pmtialign.value);
   OpenWindow.document.write("<br><br>");

   OpenWindow.document.write("<u><b>Payment Heading:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmthform.pmthead.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.pmthform.pmthfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmthform.pmthcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmthform.pmthsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmthform.pmthstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmthform.pmthalign.value);
   OpenWindow.document.write("<br><br>");
   
   
   /* PAYMENT TEXT */
   OpenWindow.document.write("<u><b>Payment Text:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmttform.pmttext.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.pmttform.pmttfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmttform.pmttcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmttform.pmttsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmttform.pmttstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.pmttform.pmttalign.value);
   OpenWindow.document.write("<br><br>");
   
         
   /* ****************************** */
   /* PAYMENT LOGO IMAGES */
   /* ****************************** */
   OpenWindow.document.write("<u><b>Include Payment Logos in Your Auction:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write("PayPal:  ");
   OpenWindow.document.write(document.pmtlogoform.paypal.checked);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write("Verify:  ");
   OpenWindow.document.write(document.pmtlogoform.verify.checked);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write("Visa:  ");
   OpenWindow.document.write(document.pmtlogoform.visa.checked);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write("Master Card:  ");
   OpenWindow.document.write(document.pmtlogoform.master.checked);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write("American Express:  ");
   OpenWindow.document.write(document.pmtlogoform.amexp.checked);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write("Discover:  ");
   OpenWindow.document.write(document.pmtlogoform.discover.checked);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<hr>");

   /* TERMS */
   /* SELECT HEADING IMAGE OR TEXT */
   OpenWindow.document.write("<u><b>Terms Heading Text or Image Select:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termselimg.includetermsinfo.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termselimg.termcbimage.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Terms Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termiform.termimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termiform.termialign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Terms Heading:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termhform.termhead.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termhform.termhfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termhform.termhcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termhform.termhsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termhform.termhstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termhform.termhalign.value);
   OpenWindow.document.write("<br><br>");
   
  
   /* TERMS TEXT */
   OpenWindow.document.write("<u><b>Terms Text:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termtform.termtext.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.termtform.termtfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termtform.termtcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termtform.termtsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termtform.termtstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.termtform.termtalign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<hr>");

    /* ABOUT ME */
    /* SELECT HEADING IMAGE OR TEXT */
   OpenWindow.document.write("<u><b>About Me Heading Text or Image Select:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abtselimg.includeaboutmeinfo.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abtselimg.abtcbimage.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>About Me Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abtiform.abtimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abtiform.abtialign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>About Me Heading:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abthform.abthead.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.abthform.abthfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abthform.abthcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abthform.abthsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abthform.abthstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abthform.abthalign.value);
   OpenWindow.document.write("<br><br>");
   
    /* ABOUT ME TEXT */
   OpenWindow.document.write("<u><b>About Me Text:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abttform.abttext.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.abttform.abttfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abttform.abttcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abttform.abttsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abttform.abttstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.abttform.abttalign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<hr>");

    /* CONTACT */
    /* SELECT HEADING IMAGE OR TEXT */
   OpenWindow.document.write("<u><b>Contact Heading Text or Image Select:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cntselimg.includecontactinfo.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cntselimg.cntcbimage.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Contact Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cntiform.cntimage.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cntiform.cntialign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Contact Image:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnthform.cnthead.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnthform.cnthfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnthform.cnthcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnthform.cnthsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnthform.cnthstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnthform.cnthalign.value);
   OpenWindow.document.write("<br><br>");
   
  
    /* CONTACT TEXT */
   OpenWindow.document.write("<u><b>Contact Text:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnttform.cnttext.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.cnttform.cnttfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnttform.cnttcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnttform.cnttsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnttform.cnttstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.cnttform.cnttalign.value);
   OpenWindow.document.write("<br><br>");
   
   
   OpenWindow.document.write("<hr>");
   
   /* *************** */
   /* TAG IMAGES */
   /* *************** */
   OpenWindow.document.write("<u><b>Tag Images:</u></b>");
   OpenWindow.document.write("<br>");
   
   OpenWindow.document.write("<u><b>Tag Image One:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage1form.tagadd1.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage1form.tagimage1.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage1form.tagwidth1.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage1form.tagheight1.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Tag Image Two:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage2form.tagadd2.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage2form.tagimage2.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage2form.tagwidth2.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage2form.tagheight2.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Tag Image Three:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage3form.tagadd3.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage3form.tagimage3.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage3form.tagwidth3.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage3form.tagheight3.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Tag Image Four</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage4form.tagadd4.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage4form.tagimage4.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage4form.tagwidth4.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage4form.tagheight4.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Tag Image Five</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage5form.tagadd5.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage5form.tagimage5.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage5form.tagwidth5.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage5form.tagheight5.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Tag Image Six</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage6form.tagadd6.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage6form.tagimage6.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage6form.tagwidth6.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.tagimage6form.tagheight6.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<hr>");
  
    /* LAST COMMENT TEXT */
   OpenWindow.document.write("<u><b>Last Comment</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.lastcommentform.includelastcommentinfo.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.lastcommentform.lctext.value);
   OpenWindow.document.write("<br><br>");
   OpenWindow.document.write(document.lastcommentform.lctfont.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.lastcommentform.lctcolor.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.lastcommentform.lctsize.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.lastcommentform.lctstyle.value);
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.lastcommentform.lctalign.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<hr>");
     
   OpenWindow.document.write("<u><b>Include Link to Your eBay Auctions:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.auctionlinkform.linkadd.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>eBay ID:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.auctionlinkform.ebayid.value);
   OpenWindow.document.write("<br><br>");
   
   OpenWindow.document.write("<u><b>Include Template by Auction Template Builder Logo:</u></b>");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write(document.addatblform.addatbl.value);
   OpenWindow.document.write("<br><br><br>");
   
   OpenWindow.document.write("<br><input type=\"button\" value=\"Back To Auction Template Builder\" onClick=\"window.close()\">");
   OpenWindow.document.write("<br>");
   OpenWindow.document.write("<br><input type=\"button\" value=\"Print This Page\" onclick=\"window.print()\">"); 
   
   OpenWindow.document.close()
  
   self.name="main"
   }


   /* END OF MY PRINT */
