info =		"<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"	+"\n"+
		"      <tr>"	+"\n"+
		"        <td><div align=\"center\">"	+"\n"+
		"          <table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"	+"\n"+
		"            <tr>"	+"\n"+
		"              <td width=\"15\">&nbsp;</td>"	+"\n"+
		"              <td><img src=\"images/logo03.gif\" width=\"100\" height=\"43\"></td>"	+"\n"+
		"            </tr>"	+"\n"+
		"          </table>"	+"\n"+
		"        </div></td>"	+"\n"+
		"      </tr>"	+"\n"+
		"      <tr>"	+"\n"+
		"        <td><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\">"	+"\n"+
		"          <tr>"	+"\n"+
		"            <td width=\"15\">&nbsp;</td>"	+"\n"+
		"            <td height=\"30\">&nbsp;</td>"	+"\n"+
		"          </tr>"	+"\n"+
		"          <tr>"	+"\n"+
		"            <td>&nbsp;</td>"	+"\n"+
		"            <td height=\"20\"><span class=\"menuText02\">&bull; <a href=\"about.html\" target=\"_parent\">About</a> </span></td>"	+"\n"+
		"          </tr>"	+"\n"+
		"          <tr>"	+"\n"+
		"            <td>&nbsp;</td>"	+"\n"+
		"            <td height=\"20\" class=\"menuText02\">&bull; <a href=\"list.html\" target=\"_parent\">Client List</a> </td>"	+"\n"+
		"          </tr>"	+"\n"+
		"          <tr>"	+"\n"+
		"            <td>&nbsp;</td>"	+"\n"+
		"            <td height=\"20\"><span class=\"menuText02\">&bull; <a href=\"pro.html\">Products</a> </span></td>"	+"\n"+
		"          </tr>"	+"\n"+
		"          <tr>"	+"\n"+
		"            <td>&nbsp;</td>"	+"\n"+
		"            <td height=\"20\"><span class=\"menuText02\">&bull; <a href=\"contact.html\">Contact</a> </span></td>"	+"\n"+
		"          </tr>"	+"\n"+
		"          <tr>"	+"\n"+
		"            <td>&nbsp;</td>"	+"\n"+
		"            <td height=\"20\"><span class=\"menuText02\">&bull; <a href=\"index.html\">Home</a></span></td>"	+"\n"+
		"          </tr>"	+"\n"+
		"        </table></td>"	+"\n"+
		"      </tr>"	+"\n"+
		"      <tr>"	+"\n"+
		"        <td>&nbsp;</td>"	+"\n"+
		"      </tr>"	+"\n"+
		"    </table>"

document.write(info)