function NEP_Add_LM()
{
   var s = new Array();


   s.push("<table cellpadding='0' cellspacing='0' border='0' width='100%' height='100%'>");
   s.push("<tr><td height='5px'>&nbsp</td></tr>");

   s.push("<tr><td height='200px' align='center'>");
   s.push("<table cellpadding='0' cellspacing='0' border='0' width='90%' height='100%'>");
   s.push("<tr><td class='LM0' onclick='goP(\"pewtergift\");'>Pewter Giftware</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"cristmasorn\");'>Christmas Ornaments</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"angels\");'>Angels</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"child\");'>Tooth Fairy</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"clocks\");'>Clocks</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"lapel\");'>Lapel Pins</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"keys\");'>Key Chains</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"giftmore\");'>More...</td></tr>");
   s.push("    <tr><td style='border-bottom: 2px #FFF solid;'>&nbsp</td></tr>");
   s.push("    <tr><td>&nbsp</td></tr>");
   s.push("<tr><td class='LM0' onclick='goP(\"corppromo\");'>Promotional Items</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"town\");'>Town Ornaments</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"promolapel\");'>Lapel Pins</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"promokeys\");'>Key Chains</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"promoclocks\");'>Clocks</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"promomore\");'>More Examples...</td></tr>");
   s.push("    <tr><td style='border-bottom: 2px #FFF solid;'>&nbsp</td></tr>");
   s.push("    <tr><td>&nbsp</td></tr>");
   s.push("<tr><td class='LM0' onclick='goP(\"corppromo\");'>Custom Orders</td></tr>");
   s.push("    <tr><td style='border-bottom: 2px #FFF solid;'>&nbsp</td></tr>");
   s.push("    <tr><td>&nbsp</td></tr>");
   s.push("<tr><td class='LM0' onclick='goP(\"hardware\");'>Hardware</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"doors\");'>Door Pulls</td></tr>");
   s.push("    <tr><td class='LM1' onclick='goP(\"knock\");'>Door Knockers</td></tr>");
   s.push("    <tr><td style='border-bottom: 2px #FFF solid;'>&nbsp</td></tr>");
   s.push("    <tr><td>&nbsp</td></tr>");
   s.push("<tr><td class='LM0' onclick='goP(\"specials\");'>Specials</td></tr>");
   s.push("    <tr><td>&nbsp</td></tr>");
   s.push("</table>");
   s.push("</td></tr>");
   s.push("<tr><td valign='bottom' align='center'><img src='./images/mpPP2.bmp'></img></td></tr>");

   s.push("<tr><td valign='bottom' align='center'><font size='1' color='#A1DFE1'>Site Copyright © 2010<br>DTPSoft</font></td></tr>");
   s.push("</table>");

//   if (hasItems())
   {
   }

   document.write(s.join(""));
}
