/* ***************** DISPLAY CODE - FUNCTION MYWRITE ************************ */


/* ****************** */
/* START OF MYWRITE 1 */
/* ****************** */

  function mywrite1()
  {
  OpenWindow=window.open("", "newwin");
  
  OpenWindow.document.write("<html>");

OpenWindow.document.write("<head>");
OpenWindow.document.write("<meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\">");
OpenWindow.document.write("<title>" + "Code from Auction Template Builder" + "</title>");
OpenWindow.document.write("</head>");

OpenWindow.document.write("<body bgcolor=\"#295670\">");

OpenWindow.document.write("<div align=\"center\">");
OpenWindow.document.write("<center>");
OpenWindow.document.write("<table width=\"80%\" bordercolor=\"#808080\" border=\"3\">");
OpenWindow.document.write("<td bgcolor=\"#DDDDDD\" style=\"padding-left: 15; padding-right: 15\" background=\"backgrounds/116.jpg\">");
OpenWindow.document.write("<p align=\"center\">");
OpenWindow.document.write("<font face=\"Arial\" size=\"6\" color=\"#295670\">");
OpenWindow.document.write("Auction Template Builder");
OpenWindow.document.write("</font>");
OpenWindow.document.write("</p>");
OpenWindow.document.write("<div align=\"center\">");
OpenWindow.document.write("<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"95%\">");
OpenWindow.document.write("<tr>");
OpenWindow.document.write("<td width=\"50%\">");
      
OpenWindow.document.write("<a href=\"index.shtml\">");
      
OpenWindow.document.write("<font color=\"#295670\">");
      
OpenWindow.document.write("<input type=\"button\" value=\"Back To Auction Template Builder\" onClick=\"window.close()\">");
OpenWindow.document.write("<br>");
OpenWindow.document.write("<input type=\"button\" value=\"Go to eBay\" onClick=\"window.open('https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&ru=http%3A%2F%2Fcgi5.ebay.com%2Fws%2FeBayISAPI.dll%3FSellHub3Visitor%26_trksid%3Dm37&_trksid=m37')\">");

OpenWindow.document.write("<br>");
OpenWindow.document.write("</font>");

OpenWindow.document.write("</a>");

OpenWindow.document.write("</td>");
OpenWindow.document.write("<td width=\"50%\">");
OpenWindow.document.write("<p align=\"right\">");
OpenWindow.document.write("<b>");
OpenWindow.document.write("<font face=\"Arial\" color=\"#295670\" size=\"4\">Version 5 Build 1</font>");
OpenWindow.document.write("</b>");
OpenWindow.document.write("</td>");
OpenWindow.document.write("</tr>");
OpenWindow.document.write("</table>");
OpenWindow.document.write("<font color=\"#295670\">");
OpenWindow.document.write("<br>");
OpenWindow.document.write("</font>");
OpenWindow.document.write("</div>");
OpenWindow.document.write("<hr>");

OpenWindow.document.write("<div align=\"center\">");
OpenWindow.document.write("<center>");

OpenWindow.document.write("<table border=\"3\" width=\"90%\" cellspacing=\"0\" cellpadding=\"10\" bordercolor=\"#295670\" bgcolor=\"#FFFFFF\">");
OpenWindow.document.write("<tr valign=\"top\">");
OpenWindow.document.write("<td width=\"50%\">");


/* ****************** */
/* START OF HTML CODE */
/* ****************** */
  /* OpenWindow.document.write("<form name=sdsf>"); */
  /* OpenWindow.document.write("<TEXTAREA name=coda wrap=\"virtual\" cols=\"80\" rows=\"80\" READONLY>"); */

  OpenWindow.document.write("&lt;html&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;head&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;meta http-equiv=\"Content-Type\" content=\"text/html; charset=windows-1252\"&gt;");
  OpenWindow.document.write("<br>");
/* PAGE TITLE */
  OpenWindow.document.write("&lt;title&gt;" + document.ptform.pagetitle.value + "&lt;/title&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/head&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("********** START COPYING JUST BELOW THIS LINE **********");
  OpenWindow.document.write("<br>");
/* PAGE BG COLOR */
  
  /* SELECT PAGE BACKGROUND IMAGE OR COLOR */
  
   if (document.pbgcform.pbgselect.value == "yes")
   {
   OpenWindow.document.write("&lt;body background=\"" + document.pbgcform.pbgimagepath.value + "" + document.pbgcform.pbgimage.value + "\"&gt;");
   }
 else
   OpenWindow.document.write("&lt;body bgcolor=\"" + document.pbgcform.pbgcolor.value + "\"&gt;");

  OpenWindow.document.write("<br>");
/* BG COLOR ONE*/
  OpenWindow.document.write("&lt;table width=\"95%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"" + document.bgc1form.bgcolor1.value + "\" align=\"center\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
/* BORDER COLOR ONE*/
  /* BORDER WIDTH */
  OpenWindow.document.write("&lt;table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" style=\"border: double " + document.bdrc1form.bdrwidth.value + "px " + document.bdrc1form.bdrcolor1.value + "\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
/* BORDER BG IMAGE */
  /* CELLPADDING */
  OpenWindow.document.write("&lt;table cellpadding=\"" + document.bbgiform.bbgpadd.value + "\" cellspacing=\"0\" width=\"100%\" background=\"" + document.bbgiform.bbgiimagepath.value + "" + document.bbgiform.bbgiimage.value + "\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
/* BG COLOR TWO*/
  OpenWindow.document.write("&lt;table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" bgcolor=\"" + document.bgc2form.bgcolor2.value + "\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
/* BORDER COLOR TWO*/
  OpenWindow.document.write("&lt;table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" align=\"center\" style=\"border: double 10px " + document.bdrc2form.bdrcolor2.value + "\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
/* TABLE BG IMAGE */
  
  /* ************** */
/* TABLE BG COLOR OR IMAGE */
/* ************** */

  if (document.tbgiform.tbgiselect.value == "yes")
   {
   OpenWindow.document.write("&lt;table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" background=\"" + document.tbgiform.tbgiimagepath.value + "" + document.tbgiform.tbgiimage.value + "\"&gt;");
   }
 else
   OpenWindow.document.write("&lt;table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" align=\"center\" bgcolor=\"" + document.tbgiform.tbgicolor.value + "\"&gt;");


  
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr valign=\"top\"&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;table width=\"100%\" cellspacing=\"0\" cellpadding=\"5\" align=\"center\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr valign=\"top\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;td align=\"center\"&gt;");
  OpenWindow.document.write("<br>");
/* AUCTION TITLE */
  switch (document.atform.atstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.atform.atalign.value + "\"&gt;&lt;font face=\"" + document.atform.atfont.value + "\" font size=\"" + document.atform.atsize.value + "\" color=\"" + document.atform.atcolor.value + "\"&gt;&lt;br&gt;<br>" + document.atform.atitle.value + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.atform.atalign.value + "\"&gt;&lt;font face=\"" + document.atform.atfont.value + "\" font size=\"" + document.atform.atsize.value + "\" color=\"" + document.atform.atcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;" + document.atform.atitle.value + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.atform.atalign.value + "\"&gt;&lt;font face=\"" + document.atform.atfont.value + "\" font size=\"" + document.atform.atsize.value + "\" color=\"" + document.atform.atcolor.value + "\"&gt;&lt;br&gt;<br>&lt;i&gt;" + document.atform.atitle.value + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.atform.atalign.value + "\"&gt;&lt;font face=\"" + document.atform.atfont.value + "\" font size=\"" + document.atform.atsize.value + "\" color=\"" + document.atform.atcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;&lt;i&gt;" + document.atform.atitle.value + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
  
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;br&gt;");
/* DATE */
  OpenWindow.document.write("&lt;font face=\"Arial\" color=\"" + document.atform.atcolor.value + " font size=\"2\"&gt;");                                                              
  // OpenWindow.document.write("Today is:&nbsp;&lt;!--#config timefmt=\"%A, %B %d, %Y\" --&gt; &lt;!--#echo var=\"DATE_LOCAL\" --&gt;&lt;/b&gt;&lt;/font&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;table border=0 width=\"100%\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td valign=top align=center&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;table width=\"100%\" cellpadding=2&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td&gt;");
  OpenWindow.document.write("<br>");
/* MAIN IMAGE */
  OpenWindow.document.write("&lt;p align=\"center\"&gt;&lt;img border=\"0\" src=\"" + document.miform.miimage.value + "\" width=\"" + document.miform.miwidth.value + "\" height=\"" + document.miform.miheight.value + "\" align=\"" + document.miform.mialign.value + "\"&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;p&gt;&lt;br&gt;&lt;/p&gt;&lt;/td&gt;&lt;/tr&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;tr&gt;&lt;td valign=top width=\"100%\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;table border=\"0\" cellpadding=\"8\" align=\"center\" width=\"95%\"&gt;&lt;tr&gt;&lt;td width=\"100%\"&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;br&gt;");
  OpenWindow.document.write("<br>");


  /* *************** */
  /* MAIN TAG IMAGES */
  /* *************** */
  
  OpenWindow.document.write("&lt;p align=\"center\"&gt;");
   if (document.mti1form.mtiadd1.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.mti1form.mtiimage1.value + "\" width=\"" + document.mti1form.mtiwidth1.value + "\" height=\"" + document.mti1form.mtiheight1.value + "\"&gt;&nbsp;");
   }
  
  if (document.mti2form.mtiadd2.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.mti2form.mtiimage2.value + "\" width=\"" + document.mti2form.mtiwidth2.value + "\" height=\"" + document.mti2form.mtiheight2.value + "\"&gt;&nbsp;");
   }
  
  if (document.mti3form.mtiadd3.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.mti3form.mtiimage3.value + "\" width=\"" + document.mti3form.mtiwidth3.value + "\" height=\"" + document.mti3form.mtiheight3.value + "\"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
   }
  
  OpenWindow.document.write("&lt;/p&gt;");



/* DESCRIPTION */
  /* SELECT HEADING IMAGE OR TEXT */
  if (document.diselimg.diselimage.value == "yes")
   {
   OpenWindow.document.write("&lt;div align=\"" + document.diform.dialign.value + "\"&gt;&lt;img src=\"" + document.diform.diimage.value + "\" width=\"300\" height=\"40\"&gt;&lt;/div&gt;");
   }
 else
   switch (document.dhform.deschstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.dhform.deschalign.value + "\"&gt;&lt;font face=\"" + document.dhform.deschfont.value + "\" font size=\"" + document.dhform.deschsize.value + "\" color=\"" + document.dhform.deschcolor.value + "\"&gt;<br>" + document.dhform.deschead.value + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.dhform.deschalign.value + "\"&gt;&lt;font face=\"" + document.dhform.deschfont.value + "\" font size=\"" + document.dhform.deschsize.value + "\" color=\"" + document.dhform.deschcolor.value + "\"&gt;<br>&lt;b&gt;" + document.dhform.deschead.value + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.dhform.deschalign.value + "\"&gt;&lt;font face=\"" + document.dhform.deschfont.value + "\" font size=\"" + document.dhform.deschsize.value + "\" color=\"" + document.dhform.deschcolor.value + "\"&gt;<br>&lt;i&gt;" + document.dhform.deschead.value + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.dhform.deschalign.value + "\"&gt;&lt;font face=\"" + document.dhform.deschfont.value + "\" font size=\"" + document.dhform.deschsize.value + "\" color=\"" + document.dhform.deschcolor.value + "\"&gt;<br>&lt;b&gt;&lt;i&gt;" + document.dhform.deschead.value + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
  
  OpenWindow.document.write("<br>");
  
  /* DESCRIPTION TEXT */
  
  var str_before = document.dtform.desctext.value;
  var desc_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
  
  switch (document.dtform.desctstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.dtform.desctalign.value + "\"&gt;&lt;font face=\"" + document.dtform.desctfont.value + "\" font size=\"" + document.dtform.desctsize.value + "\" color=\"" + document.dtform.desctcolor.value + "\"&gt;<br>" + desc_str_after + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.dtform.desctalign.value + "\"&gt;&lt;font face=\"" + document.dtform.desctfont.value + "\" font size=\"" + document.dtform.desctsize.value + "\" color=\"" + document.dtform.desctcolor.value + "\"&gt;<br>&lt;b&gt;" + desc_str_after + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.dtform.desctalign.value + "\"&gt;&lt;font face=\"" + document.dtform.desctfont.value + "\" font size=\"" + document.dtform.desctsize.value + "\" color=\"" + document.dtform.desctcolor.value + "\"&gt;<br>&lt;i&gt;" + desc_str_after + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.dtform.desctalign.value + "\"&gt;&lt;font face=\"" + document.dtform.desctfont.value + "\" font size=\"" + document.dtform.desctsize.value + "\" color=\"" + document.dtform.desctcolor.value + "\"&gt;<br>&lt;b&gt;&lt;i&gt;" + desc_str_after + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }

   /* SHIPPING */
  /* SELECT HEADING IMAGE OR TEXT */
  if (document.shpselimg.includeshippinginfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   if (document.shpselimg.shpcbimage.value == "yes")
   {
   OpenWindow.document.write("&lt;div align=\"" + document.shpiform.shpialign.value + "\"&gt;&lt;img src=\"" + document.shpiform.shpimage.value + "\" width=\"300\" height=\"40\"&gt;&lt;/div&gt;");
   }
 else  //Select Style
   switch (document.shphform.shiphstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.shphform.shiphalign.value + "\"&gt;&lt;font face=\"" + document.shphform.shiphfont.value + "\" font size=\"" + document.shphform.shiphsize.value + "\" color=\"" + document.shphform.shiphcolor.value + "\"&gt;&lt;br&gt;<br>" + document.shphform.shiphead.value + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.shphform.shiphalign.value + "\"&gt;&lt;font face=\"" + document.shphform.shiphfont.value + "\" font size=\"" + document.shphform.shiphsize.value + "\" color=\"" + document.shphform.shiphcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;" + document.shphform.shiphead.value + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.shphform.shiphalign.value + "\"&gt;&lt;font face=\"" + document.shphform.shiphfont.value + "\" font size=\"" + document.shphform.shiphsize.value + "\" color=\"" + document.shphform.shiphcolor.value + "\"&gt;&lt;br&gt;<br>&lt;i&gt;" + document.shphform.shiphead.value + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.shphform.shiphalign.value + "\"&gt;&lt;font face=\"" + document.shphform.shiphfont.value + "\" font size=\"" + document.shphform.shiphsize.value + "\" color=\"" + document.shphform.shiphcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;&lt;i&gt;" + document.shphform.shiphead.value + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  
  
  /* SHIPPING TEXT */
  if (document.shpselimg.includeshippinginfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   
   var str_before = document.shptform.shiptext.value;
   var ship_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
   
   switch (document.shptform.shiptstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.shptform.shiptalign.value + "\"&gt;&lt;font face=\"" + document.shptform.shiptfont.value + "\" font size=\"" + document.shptform.shiptsize.value + "\" color=\"" + document.shptform.shiptcolor.value + "\"&gt;<br>" + ship_str_after + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.shptform.shiptalign.value + "\"&gt;&lt;font face=\"" + document.shptform.shiptfont.value + "\" font size=\"" + document.shptform.shiptsize.value + "\" color=\"" + document.shptform.shiptcolor.value + "\"&gt;<br>&lt;b&gt;" + ship_str_after + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.shptform.shiptalign.value + "\"&gt;&lt;font face=\"" + document.shptform.shiptfont.value + "\" font size=\"" + document.shptform.shiptsize.value + "\" color=\"" + document.shptform.shiptcolor.value + "\"&gt;<br>&lt;i&gt;" + ship_str_after + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.shptform.shiptalign.value + "\"&gt;&lt;font face=\"" + document.shptform.shiptfont.value + "\" font size=\"" + document.shptform.shiptsize.value + "\" color=\"" + document.shptform.shiptcolor.value + "\"&gt;<br>&lt;b&gt;&lt;i&gt;" + ship_str_after + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }


/* PAYMENT */
  /* SELECT HEADING IMAGE OR TEXT */
  if (document.pmtselimg.includepaymentinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   if (document.pmtselimg.pmtcbimage.value == "yes")
   {
   OpenWindow.document.write("&lt;div align=\"" + document.pmtiform.pmtialign.value + "\"&gt;&lt;img src=\"" + document.pmtiform.pmtimage.value + "\" width=\"300\" height=\"40\"&gt;&lt;/div&gt;");
   }
 else  //Select Style
   switch (document.pmthform.pmthstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.pmthform.pmthalign.value + "\"&gt;&lt;font face=\"" + document.pmthform.pmthfont.value + "\" font size=\"" + document.pmthform.pmthsize.value + "\" color=\"" + document.pmthform.pmthcolor.value + "\"&gt;&lt;br&gt;<br>" + document.pmthform.pmthead.value + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.pmthform.pmthalign.value + "\"&gt;&lt;font face=\"" + document.pmthform.pmthfont.value + "\" font size=\"" + document.pmthform.pmthsize.value + "\" color=\"" + document.pmthform.pmthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;" + document.pmthform.pmthead.value + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.pmthform.pmthalign.value + "\"&gt;&lt;font face=\"" + document.pmthform.pmthfont.value + "\" font size=\"" + document.pmthform.pmthsize.value + "\" color=\"" + document.pmthform.pmthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;i&gt;" + document.pmthform.pmthead.value + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.pmthform.pmthalign.value + "\"&gt;&lt;font face=\"" + document.pmthform.pmthfont.value + "\" font size=\"" + document.pmthform.pmthsize.value + "\" color=\"" + document.pmthform.pmthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;&lt;i&gt;" + document.pmthform.pmthead.value + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

   
  
  /* PAYMENT TEXT */
  if (document.pmtselimg.includepaymentinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   
   var str_before = document.pmttform.pmttext.value;
   var pmt_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
   
   switch (document.pmttform.pmttstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.pmttform.pmttalign.value + "\"&gt;&lt;font face=\"" + document.pmttform.pmttfont.value + "\" font size=\"" + document.pmttform.pmttsize.value + "\" color=\"" + document.pmttform.pmttcolor.value + "\"&gt;<br>" + pmt_str_after + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.pmttform.pmttalign.value + "\"&gt;&lt;font face=\"" + document.pmttform.pmttfont.value + "\" font size=\"" + document.pmttform.pmttsize.value + "\" color=\"" + document.pmttform.pmttcolor.value + "\"&gt;<br>&lt;b&gt;" + pmt_str_after + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.pmttform.pmttalign.value + "\"&gt;&lt;font face=\"" + document.pmttform.pmttfont.value + "\" font size=\"" + document.pmttform.pmttsize.value + "\" color=\"" + document.pmttform.pmttcolor.value + "\"&gt;<br>&lt;i&gt;" + pmt_str_after + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.pmttform.pmttalign.value + "\"&gt;&lt;font face=\"" + document.pmttform.pmttfont.value + "\" font size=\"" + document.pmttform.pmttsize.value + "\" color=\"" + document.pmttform.pmttcolor.value + "\"&gt;<br>&lt;b&gt;&lt;i&gt;" + pmt_str_after + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  


  /* ******************* */
  /* PAYMENT LOGO IMAGES */
  /* ******************* */
  if (document.pmtselimg.includepaymentinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
  OpenWindow.document.write("&lt;p align=\"center\"&gt;");
  
   if (document.pmtlogoform.paypal.checked == "1")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/paypal.jpg\" width=\"115\" height=\"40\"&gt;&nbsp;");
   }
  
  if (document.pmtlogoform.verify.checked == "1")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/verify.jpg\" width=\"108\" height=\"40\"&gt;&nbsp;");
   }
  
  if (document.pmtlogoform.visa.checked == "1")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/visa.jpg\" width=\"70\" height=\"40\"&gt;&nbsp;");
   }

if (document.pmtlogoform.master.checked == "1")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/master.jpg\" width=\"63\" height=\"40\"&gt;&nbsp;");
   }

if (document.pmtlogoform.amexp.checked == "1")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/amexp.jpg\" width=\"70\" height=\"40\"&gt;&nbsp;");
   }

if (document.pmtlogoform.discover.checked == "1")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/discover.jpg\" width=\"69\" height=\"40\"&gt;");
   }
   }

OpenWindow.document.write("&lt;/p&gt;");










  

/* TERMS */
  /* SELECT HEADING IMAGE OR TEXT */
  if (document.termselimg.includetermsinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   if (document.termselimg.termcbimage.value == "yes")
   {
   OpenWindow.document.write("&lt;div align=\"" + document.termiform.termialign.value + "\"&gt;&lt;img src=\"" + document.termiform.termimage.value + "\" width=\"300\" height=\"40\"&gt;&lt;/div&gt;");
   }
 else  //Select Style
   switch (document.termhform.termhstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.termhform.termhalign.value + "\"&gt;&lt;font face=\"" + document.termhform.termhfont.value + "\" font size=\"" + document.termhform.termhsize.value + "\" color=\"" + document.termhform.termhcolor.value + "\"&gt;&lt;br&gt;<br>" + document.termhform.termhead.value + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.termhform.termhalign.value + "\"&gt;&lt;font face=\"" + document.termhform.termhfont.value + "\" font size=\"" + document.termhform.termhsize.value + "\" color=\"" + document.termhform.termhcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;" + document.termhform.termhead.value + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.termhform.termhalign.value + "\"&gt;&lt;font face=\"" + document.termhform.termhfont.value + "\" font size=\"" + document.termhform.termhsize.value + "\" color=\"" + document.termhform.termhcolor.value + "\"&gt;&lt;br&gt;<br>&lt;i&gt;" + document.termhform.termhead.value + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.termhform.termhalign.value + "\"&gt;&lt;font face=\"" + document.termhform.termhfont.value + "\" font size=\"" + document.termhform.termhsize.value + "\" color=\"" + document.termhform.termhcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;&lt;i&gt;" + document.termhform.termhead.value + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  

  /* TERMS TEXT */
  if (document.termselimg.includetermsinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   
   var str_before = document.termtform.termtext.value;
   var terms_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
      
   switch (document.termtform.termtstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.termtform.termtalign.value + "\"&gt;&lt;font face=\"" + document.termtform.termtfont.value + "\" font size=\"" + document.termtform.termtsize.value + "\" color=\"" + document.termtform.termtcolor.value + "\"&gt;<br>" + terms_str_after + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.termtform.termtalign.value + "\"&gt;&lt;font face=\"" + document.termtform.termtfont.value + "\" font size=\"" + document.termtform.termtsize.value + "\" color=\"" + document.termtform.termtcolor.value + "\"&gt;<br>&lt;b&gt;" + terms_str_after + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.termtform.termtalign.value + "\"&gt;&lt;font face=\"" + document.termtform.termtfont.value + "\" font size=\"" + document.termtform.termtsize.value + "\" color=\"" + document.termtform.termtcolor.value + "\"&gt;<br>&lt;i&gt;" + terms_str_after + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.termtform.termtalign.value + "\"&gt;&lt;font face=\"" + document.termtform.termtfont.value + "\" font size=\"" + document.termtform.termtsize.value + "\" color=\"" + document.termtform.termtcolor.value + "\"&gt;<br>&lt;b&gt;&lt;i&gt;" + terms_str_after + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  

/* ABOUT ME */
  /* SELECT HEADING IMAGE OR TEXT */
  if (document.abtselimg.includeaboutmeinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   if (document.abtselimg.abtcbimage.value == "yes")
   {
   OpenWindow.document.write("&lt;div align=\"" + document.abtiform.abtialign.value + "\"&gt;&lt;img src=\"" + document.abtiform.abtimage.value + "\" width=\"300\" height=\"40\"&gt;&lt;/div&gt;");
   }
 else  //Select Style
   switch (document.abthform.abthstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.abthform.abthalign.value + "\"&gt;&lt;font face=\"" + document.abthform.abthfont.value + "\" font size=\"" + document.abthform.abthsize.value + "\" color=\"" + document.abthform.abthcolor.value + "\"&gt;&lt;br&gt;<br>" + document.abthform.abthead.value + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.abthform.abthalign.value + "\"&gt;&lt;font face=\"" + document.abthform.abthfont.value + "\" font size=\"" + document.abthform.abthsize.value + "\" color=\"" + document.abthform.abthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;" + document.abthform.abthead.value + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.abthform.abthalign.value + "\"&gt;&lt;font face=\"" + document.abthform.abthfont.value + "\" font size=\"" + document.abthform.abthsize.value + "\" color=\"" + document.abthform.abthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;i&gt;" + document.abthform.abthead.value + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.abthform.abthalign.value + "\"&gt;&lt;font face=\"" + document.abthform.abthfont.value + "\" font size=\"" + document.abthform.abthsize.value + "\" color=\"" + document.abthform.abthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;&lt;i&gt;" + document.abthform.abthead.value + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  

  /* ABOUT ME TEXT */
  if (document.abtselimg.includeaboutmeinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   
   var str_before = document.abttform.abttext.value;
   var about_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
   
   switch (document.abttform.abttstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.abttform.abttalign.value + "\"&gt;&lt;font face=\"" + document.abttform.abttfont.value + "\" font size=\"" + document.abttform.abttsize.value + "\" color=\"" + document.abttform.abttcolor.value + "\"&gt;<br>" + about_str_after + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.abttform.abttalign.value + "\"&gt;&lt;font face=\"" + document.abttform.abttfont.value + "\" font size=\"" + document.abttform.abttsize.value + "\" color=\"" + document.abttform.abttcolor.value + "\"&gt;<br>&lt;b&gt;" + about_str_after + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.abttform.abttalign.value + "\"&gt;&lt;font face=\"" + document.abttform.abttfont.value + "\" font size=\"" + document.abttform.abttsize.value + "\" color=\"" + document.abttform.abttcolor.value + "\"&gt;<br>&lt;i&gt;" + about_str_after + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.abttform.abttalign.value + "\"&gt;&lt;font face=\"" + document.abttform.abttfont.value + "\" font size=\"" + document.abttform.abttsize.value + "\" color=\"" + document.abttform.abttcolor.value + "\"&gt;<br>&lt;b&gt;&lt;i&gt;" + about_str_after + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  

/* CONTACT */
  /* SELECT HEADING IMAGE OR TEXT */
  if (document.cntselimg.includecontactinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   if (document.cntselimg.cntcbimage.value == "yes")
   {
   OpenWindow.document.write("&lt;div align=\"" + document.cntiform.cntialign.value + "\"&gt;&lt;img src=\"" + document.cntiform.cntimage.value + "\" width=\"300\" height=\"40\"&gt;&lt;/div&gt;");
   }
 else  //Select Style
   switch (document.cnthform.cnthstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.cnthform.cnthalign.value + "\"&gt;&lt;font face=\"" + document.cnthform.cnthfont.value + "\" font size=\"" + document.cnthform.cnthsize.value + "\" color=\"" + document.cnthform.cnthcolor.value + "\"&gt;&lt;br&gt;<br>" + document.cnthform.cnthead.value + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.cnthform.cnthalign.value + "\"&gt;&lt;font face=\"" + document.cnthform.cnthfont.value + "\" font size=\"" + document.cnthform.cnthsize.value + "\" color=\"" + document.cnthform.cnthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;" + document.cnthform.cnthead.value + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.cnthform.cnthalign.value + "\"&gt;&lt;font face=\"" + document.cnthform.cnthfont.value + "\" font size=\"" + document.cnthform.cnthsize.value + "\" color=\"" + document.cnthform.cnthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;i&gt;" + document.cnthform.cnthead.value + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.cnthform.cnthalign.value + "\"&gt;&lt;font face=\"" + document.cnthform.cnthfont.value + "\" font size=\"" + document.cnthform.cnthsize.value + "\" color=\"" + document.cnthform.cnthcolor.value + "\"&gt;&lt;br&gt;<br>&lt;b&gt;&lt;i&gt;" + document.cnthform.cnthead.value + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  
  
  /* CONTACT TEXT */
  if (document.cntselimg.includecontactinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   
   var str_before = document.cnttform.cnttext.value;
   var contact_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
   
   switch (document.cnttform.cnttstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.cnttform.cnttalign.value + "\"&gt;&lt;font face=\"" + document.cnttform.cnttfont.value + "\" font size=\"" + document.cnttform.cnttsize.value + "\" color=\"" + document.cnttform.cnttcolor.value + "\"&gt;<br>" + contact_str_after + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.cnttform.cnttalign.value + "\"&gt;&lt;font face=\"" + document.cnttform.cnttfont.value + "\" font size=\"" + document.cnttform.cnttsize.value + "\" color=\"" + document.cnttform.cnttcolor.value + "\"&gt;<br>&lt;b&gt;" + contact_str_after + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.cnttform.cnttalign.value + "\"&gt;&lt;font face=\"" + document.cnttform.cnttfont.value + "\" font size=\"" + document.cnttform.cnttsize.value + "\" color=\"" + document.cnttform.cnttcolor.value + "\"&gt;<br>&lt;i&gt;" + contact_str_after + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.cnttform.cnttalign.value + "\"&gt;&lt;font face=\"" + document.cnttform.cnttfont.value + "\" font size=\"" + document.cnttform.cnttsize.value + "\" color=\"" + document.cnttform.cnttcolor.value + "\"&gt;<br>&lt;b&gt;&lt;i&gt;" + contact_str_after + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

   
   /* **************************** */
   /* INCLUDE FRISCO DEPOT GALLERY */
   /* **************************** */

   if (document.fdgalleryform.includefdgallery.value == "Yes")
      {
      
      var str_before = document.fdgalleryform.fdgtext.value;
      var gallery_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
      
      OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
      OpenWindow.document.write(gallery_str_after);
      }

   
   
   
  /* ********** */
  /* TAG IMAGES */
  /* ********** */
  
  OpenWindow.document.write("&lt;p align=\"center\"&gt;");
   if (document.tagimage1form.tagadd1.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.tagimage1form.tagimage1.value + "\" width=\"" + document.tagimage1form.tagwidth1.value + "\" height=\"" + document.tagimage1form.tagheight1.value + "\"&gt;&nbsp;");
   }
  
  if (document.tagimage2form.tagadd2.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.tagimage2form.tagimage2.value + "\" width=\"" + document.tagimage2form.tagwidth2.value + "\" height=\"" + document.tagimage2form.tagheight2.value + "\"&gt;&nbsp;");
   }
  
  if (document.tagimage3form.tagadd3.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.tagimage3form.tagimage3.value + "\" width=\"" + document.tagimage3form.tagwidth3.value + "\" height=\"" + document.tagimage3form.tagheight3.value + "\"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
   }
  
  OpenWindow.document.write("&lt;/p&gt;");
  OpenWindow.document.write("&lt;br&gt;");
   
  OpenWindow.document.write("&lt;p align=\"center\"&gt;");
  if (document.tagimage4form.tagadd4.value == "Yes")
   {
  OpenWindow.document.write("&lt;p align=\"center\"&gt;&lt;img border=\"0\" src=\"" + document.tagimage4form.tagimage4.value + "\" width=\"" + document.tagimage4form.tagwidth4.value + "\" height=\"" + document.tagimage4form.tagheight4.value + "\"&gt;&nbsp;");
   }
  
  if (document.tagimage5form.tagadd5.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.tagimage5form.tagimage5.value + "\" width=\"" + document.tagimage5form.tagwidth5.value + "\" height=\"" + document.tagimage5form.tagheight5.value + "\"&gt;&nbsp;");
   }
  
  if (document.tagimage6form.tagadd6.value == "Yes")
   {
  OpenWindow.document.write("&lt;img border=\"0\" src=\"" + document.tagimage6form.tagimage6.value + "\" width=\"" + document.tagimage6form.tagwidth6.value + "\" height=\"" + document.tagimage6form.tagheight6.value + "\"&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
   }
  
  OpenWindow.document.write("&lt;/p&gt;");
  
  OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
  
  
  /* LAST COMMENT TEXT */
   if (document.lastcommentform.includelastcommentinfo.value == "Yes")
   {
   OpenWindow.document.write("&lt;br&gt;&lt;br&gt;");
   
   var str_before = document.lastcommentform.lctext.value;
   var lastcmt_str_after = str_before.replace(/</g, "&lt;").replace(/>/g, "&gt;");
   
   switch (document.lastcommentform.lctstyle.value)
   {
   case "n":  //Normal
      OpenWindow.document.write("&lt;p align=\"" + document.lastcommentform.lctalign.value + "\"&gt;&lt;font face=\"" + document.lastcommentform.lctfont.value + "\" font size=\"" + document.lastcommentform.lctsize.value + "\" color=\"" + document.lastcommentform.lctcolor.value + "\">" + lastcmt_str_after + "&lt;/font&gt;&lt;/p&gt;");
      break;
   case "b":  //Bold
      OpenWindow.document.write("&lt;p align=\"" + document.lastcommentform.lctalign.value + "\"&gt;&lt;font face=\"" + document.lastcommentform.lctfont.value + "\" font size=\"" + document.lastcommentform.lctsize.value + "\" color=\"" + document.lastcommentform.lctcolor.value + "\">&lt;b&gt;" + lastcmt_str_after + "&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "i":  //Italic
      OpenWindow.document.write("&lt;p align=\"" + document.lastcommentform.lctalign.value + "\"&gt;&lt;font face=\"" + document.lastcommentform.lctfont.value + "\" font size=\"" + document.lastcommentform.lctsize.value + "\" color=\"" + document.lastcommentform.lctcolor.value + "\">&lt;i&gt;" + lastcmt_str_after + "&lt;/i&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   case "bi":  //Bold Italic
      OpenWindow.document.write("&lt;p align=\"" + document.lastcommentform.lctalign.value + "\"&gt;&lt;font face=\"" + document.lastcommentform.lctfont.value + "\" font size=\"" + document.lastcommentform.lctsize.value + "\" color=\"" + document.lastcommentform.lctcolor.value + "\"&gt;&lt;b&gt;&lt;i&gt;" + lastcmt_str_after + "&lt;/i&gt;&lt;/b&gt;&lt;/font&gt;&lt;/p&gt;");
      break;
   }
   }

  OpenWindow.document.write("&lt;br&gt;");
  if (document.auctionlinkform.linkadd.value == "Yes")
   {
  OpenWindow.document.write("&lt;p align=\"center\"&gt;&lt;a href=\"http://www.auctionlink.to/" + document.auctionlinkform.ebayid.value + "\" target=\"_blank\"&gt;Click Here to View My Other eBay Auctions&lt;/a&gt;&nbsp;");
   }
  
  OpenWindow.document.write("&lt;br&gt;");

  if (document.addatblform.addatbl.value == "Yes")
   {
  /* OpenWindow.document.write("&lt;p align=\"center\"&gt;&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/atbl8497.jpg\" width=\"205\" height=\"34\"&gt;&nbsp;"); */
  OpenWindow.document.write("&lt;p align=\"center\"&gt;&lt;a href=\"http://www.auctiontemplatebuilder.com/\" target=\"_blank\"&gt;&lt;img border=\"0\" src=\"http://www.friscodepot.com/host/atbl8497.jpg\" width=\"205\" height=\"34\"&gt;&lt;/a&gt;&lt;/p&gt;&nbsp;");
   }


  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;");
  
  OpenWindow.document.write("&lt;tr&gt;&lt;td valign=top width=\"100%\"&gt;");
  
  OpenWindow.document.write("&lt;table border=\"0\" cellpadding=\"8\" align=\"center\" width=\"95%\">&lt;tr&gt;&lt;td width=\"100%\"&gt;");
  
  
   
   OpenWindow.document.write("&lt;br&gt;");

  
/* CLOSE TABLES */
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("********** STOP COPYING JUST ABOVE THIS LINE **********");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/body&gt;");
  OpenWindow.document.write("<br>");
  OpenWindow.document.write("&lt;/html&gt;");
  
  OpenWindow.document.write("<br>");
  
  

/* ****************** */
/* END OF HTML CODE */
/* ****************** */


OpenWindow.document.write("</table>");
OpenWindow.document.write("</center>");
OpenWindow.document.write("</div>");


/* OpenWindow.document.write("</TEXTAREA><br>"); */
/* OpenWindow.document.write("<input type=button value=\"Highlight All\" onClick=\"javascript:this.form.coda.focus();this.form.coda.select();\">"); */
/* OpenWindow.document.write("</form>"); */

OpenWindow.document.write("<p align=\"center\">");

OpenWindow.document.write("<a href=\"index.shtml\">");

OpenWindow.document.write("<input type=\"button\" value=\"Back To Auction Template Builder\" onClick=\"window.close()\">");
OpenWindow.document.write("</a>");
OpenWindow.document.write("&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;");

OpenWindow.document.write("<input type=\"button\" value=\"Go to eBay\" onClick=\"window.open('https://signin.ebay.com/ws/eBayISAPI.dll?SignIn&ru=http%3A%2F%2Fcgi5.ebay.com%2Fws%2FeBayISAPI.dll%3FSellHub3Visitor%26_trksid%3Dm37&_trksid=m37')\">");



OpenWindow.document.write("&nbsp;");

OpenWindow.document.write("</p>");


OpenWindow.document.write("<p align=\"center\">");

OpenWindow.document.write("<font face=\"Arial\" size=\"1\" color=\"#295670\">© Copyright 2007-2008 Frisco Depot</font>");

OpenWindow.document.write("</p>");


OpenWindow.document.write("</table>");

OpenWindow.document.write("</center>");
OpenWindow.document.write("</div>");

OpenWindow.document.write("</body>");

OpenWindow.document.write("</html>");

  
  OpenWindow.document.close()
  self.name="main"
  }
