function goP(sPage)
{
   var s = new String();
   s = "./";  
   s+= sPage;
   s+= ".htm";
   document.location = s;
}

function NEP_MenuHeader()
{
   var s = new Array();

   s.push("<div style='position:absolute;z-index:-1'>");
   s.push("<img src='./images/top_ban_l.gif' height='165px' width='150px' Hspace='0' Vspace='0' align='left'>");
   s.push("<img src='./images/top_ban.gif' height='165px' width='650px' Hspace='0' Vspace='0' align='left'>");
   s.push("</div>");

   s.push("<tr ><td height='96px'>");
   s.push("<table cellpadding='0' cellspacing='0' border='0' height='100%' width='100%'>");
   s.push("   <tr>");
   s.push("     <td height='71px' width='150px' align=center><img src='./images/coban.jpg' width=127px height=71px></td>");
   s.push("     <td width='*' align=left><img src='./images/tagline_g.JPG' border=0></td>");
   s.push("     <td width='250px' align=right valign=top><font color=white><a class='head' href='javascript:goP(\"about\");'>About Us<a> | <a class='head' href='javascript:goP(\"contact\");'>Contact</a> | <a class='head' href='javascript:goP(\"sitemap\");'>Site Map</a></font>");
   s.push("     <br><a href='javascript:alert(\"Our eClub is currently under construction - please check back soon!\");'><img border=0 hspace=20 vspace=8 src='./images/eclub3.GIF'></img></a>");
   s.push("     </td>");
   s.push("     <td width='15px'>&nbsp</td>");
   s.push("   </tr>");
   s.push("   <tr><td colspan=4>");
   s.push("     <table cellpadding='0' cellspacing='0' border='0' height='100%' width='100%'>");
   s.push("      <tr>");
   s.push("      <td width='*'>&nbsp</td>");
   s.push("      <td class='headMenu' width='80px' onclick='goP(\"index\");'>Home</td>");
   s.push("      <td class='headMenu' width='80px' onclick='goP(\"faq\");'>F.A.Q.s</td>");
   s.push("      <td class='headMenu' width='80px' onclick='goP(\"feed\");'>Comments</td>");
   s.push("      <td class='headMenu' width='80px' onclick='GoToCart();'><img src='./images/NEPcart1.GIF' align=ABSMIDDLE hspace=5></img>Cart</td>");
   s.push("      </tr>");
   s.push("     </table>");
   s.push("   </tr>");
   s.push("</table>");
   s.push("</td></tr>");

//   if (hasItems())
   {
   }

   document.write(s.join(""));
}