document.write("<form id=\"login\" action=\"../eon/loginlayer.asp\" method=\"post\">");
document.write("<table border=\"0\" align=\"center\" cellpadding=\"0\" cellspacing=\"1\">");
document.write("  <tr>");
document.write("    <td colspan=\"2\"><h1>SHOP ONLINE NOW</h1></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td width=\"71%\"><h2>USER NAME</h2></td>");
document.write("    <td width=\"29%\" align=\"right\"> <h2>PASSWORD</h2></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td width=\"71%\" align=\"right\"><input name=\"login\" type=\"text\" id=\"login\" size=\"14\" maxlength=\"100\"/></td>");
document.write("    <td width=\"29%\" align=\"right\"><input name=\"password\" type=\"password\" id=\"password\" size=\"14\" maxlength=\"100\" /></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td colspan=\"2\" align=\"right\">");
document.write("      <div style=\"overflow:hidden;width:0px;height:0px\"><input type=\"submit\"></div><a href=\"#\" onmousedown=\"document.getElementById('login').submit();\">SUBMIT</a><img src=\"images/global/enterArrow.jpg\" width=\"5\" height=\"8\" /> </td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td colspan=\"2\" align=\"right\"><a href=\"html/account.html\" class=\"account\">OPEN AN ACCOUNT</a><img src=\"images/global/enterArrow.jpg\" alt=\"\" width=\"5\" height=\"8\" /></td>");
document.write("  </tr>");
document.write("  <tr>");
document.write("    <td colspan=\"2\" align=\"right\"><a href=\"html/eonOnline.html\" class=\"account\">ABOUT EON ONLINE ORDERING</a><img src=\"images/global/enterArrow.jpg\" alt=\"\" width=\"5\" height=\"8\" /></td>");
document.write("    </tr>");
document.write("</table>");
document.write("</form>");