Permalink
Cannot retrieve contributors at this time
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
39 lines (36 sloc)
2.1 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> | |
| <html> | |
| <head> | |
| <title>E-Com-Con Corp.</title> | |
| <link rel="STYLESHEET" type="text/css" href="style.css"> | |
| <script language="JavaScript"> | |
| <!-- | |
| function loadLeft(URL) { | |
| parent.parent.frames[1].location = URL; | |
| } | |
| //--> | |
| </script> | |
| </head> | |
| <body bgcolor="#FFFFFF" leftmargin=0 topmargin=0 marginwidth="0" marginheight="0"> | |
| <table width="527" border="0" cellspacing="0" cellpadding="0"> | |
| <tr> | |
| <td bgcolor="#A8A400" rowspan="2"><img src="images/spacer.gif" width="14" height="1" border="0"></td> | |
| <td bgcolor="#A8A400"><img src="images/spacer.gif" width="513" height="1" border="0"></td> | |
| </tr> | |
| <tr> | |
| <td height="20" align="center" bgcolor="#A8A400" class="nav" width="517"><span class="navon">HOME</span> | |
| | <a href="javascript:void(parent.frames[0].location.href='nav_products.htm'); void(parent.frames[1].location.href='products.htm');" class="nav">PRODUCTS</a> | |
| | <a href="javascript:void(parent.frames[0].location.href='nav_history.htm'); void(parent.frames[1].location.href='history.htm');" class="nav">HISTORY</a> | |
| | <a href="javascript:void(parent.frames[0].location.href='nav_investor.htm'); void(parent.frames[1].location.href='inv_outlook.htm'); void(parent.parent.frames[1].location ='inv_login_left.htm');" class="nav">INVESTOR INFO</a> | <a href="javascript:void(parent.frames[0].location.href='nav_employment.htm'); void(parent.frames[1].location.href='employment.htm');" class="nav">EMPLOYMENT</a> | |
| | <a href="javascript:void(parent.frames[0].location.href='nav_profiles.htm'); void(parent.frames[1].location.href='profiles_frame.htm');" class="nav">PROFILES</a></td> | |
| </tr> | |
| <tr> | |
| <td colspan="2"><img src="images/spacer.gif" width="1" height="5" border="0"></td> | |
| </tr> | |
| <tr><td width="14"> </td> | |
| <td align="right"><a href="http://www.thelonegunmen.com/" target="_top"><img src="images/nav_home.jpg" width="513" height="128" alt="HOME" border="0"></a></td> | |
| </tr> | |
| <tr><td colspan="2"><img src="images/nav_bot.gif" width="527" height="9" border="0"></td></tr> | |
| </table> | |
| </body> | |
| </html> |