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.
127 lines (124 sloc)
4 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 3.2 Final//EN"> | |
| <HTML> | |
| <HEAD> | |
| <TITLE> | |
| Ecco Tool | |
| </TITLE> | |
| <script language="JavaScript"> | |
| <!-- | |
| function changeImage(name1, name2) {}; | |
| //--> | |
| </script> | |
| <script language="JavaScript1.1"> | |
| <!-- | |
| var imagesSupported = (document["images"] != null); | |
| change = new Array(6); | |
| change[0]= new Image; | |
| change[1]= new Image; | |
| change[2]= new Image; | |
| change[3]= new Image; | |
| change[4]= new Image; | |
| change[5]= new Image; | |
| change[0].src= "fear.jpg"; | |
| change[1].src= "gonzo.jpg"; | |
| change[2].src= "pimp.jpg"; | |
| change[3].src= "about_on.jpg"; | |
| change[4].src= "services_on.jpg"; | |
| change[5].src= "contact_on.jpg"; | |
| function changeImage(name1, name2){ | |
| if(imagesSupported) | |
| document.images[name1].src=name2; | |
| } | |
| //--> | |
| </script> | |
| </HEAD> | |
| <BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> | |
| <table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"> | |
| <tr> | |
| <td background="extend.gif" width="558" colspan="2" height="84" valign="top"> | |
| <img src="title_bar.jpg" width=558 height=84 hspace=0 vspace=0 border=0 align="left"> | |
| </td> | |
| <td background="extend.gif" height="84" width="100%"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td width="117" valign="top" height="100%"> | |
| <table border="0" cellpadding="0" cellspacing="0" width="117"> | |
| <tr> | |
| <td align="left"> | |
| <img src="above_about.jpg" width=117 height=8 hspace=0 vspace=0 border=0 align="left"> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left"> | |
| <img src="left_of_about.jpg" width=21 height=34 hspace=0 vspace=0 border=0 align="left"> | |
| <a href="about.html" target="_top" onMouseOver="changeImage('about','about_on.jpg');" onMouseOut="changeImage('about','about_off.jpg');"><img src="about_off.jpg" width=107 height=34 hspace=0 vspace=0 border=0 align="left" name="about"></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left"> | |
| <img src="left_of_serv.jpg" width=11 height=35 hspace=0 vspace=0 border=0 align="left"> | |
| <a href="services.html" target="_top" onMouseOver="changeImage('serv','services_on.jpg');" onMouseOut="changeImage('serv','services_off.jpg');"><img src="services_off.jpg" width=106 height=35 hspace=0 vspace=0 border=0 align="left" name="serv"></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left"> | |
| <img src="left_of_cont.jpg" width=5 height=35 hspace=0 vspace=0 border=0 align="left"> | |
| <a href="contact.html" target="_top" onMouseOver="changeImage('con','contact_on.jpg');" onMouseOut="changeImage('con','contact_off.jpg');"><img src="contact_off.jpg" width=107 height=35 hspace=0 vspace=0 border=0 align="left" name="con"></a> | |
| </td> | |
| </tr> | |
| <tr> | |
| <td align="left"> | |
| <img src="nav_bottom.jpg" width=50 height=159 hspace=0 vspace=0 border=0 align="left"> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td width="441" valign="top"> | |
| <table border="0" width="441" cellpadding="15"> | |
| <tr> | |
| <td> | |
| <font face="Verdana, Helvetica, Sans-Serif"> | |
| <img SRC="tool1.jpg" width="200" height="120" align="right"> | |
| <h3> | |
| ECCO Tool Company, Inc. | |
| </h3> | |
| Manufacturers of Carbide Tipped, Cast Alloy, and High Speed Flat Form Cutting | |
| Tools since 1955. | |
| </font> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td rowspan="7" bgcolor="#f3f3f3" background="border.gif"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td bgcolor="#ffffff"> | |
| | |
| </td> | |
| </tr> | |
| <tr> | |
| <td bgcolor="#f3f3f3" colspan="2" align="right" height="20"> | |
| <table border="0" cellpadding="5"> | |
| <tr> | |
| <td> | |
| <font color="#808080" size="1"> | |
| <em> | |
| <center> <h1>owned by acidklown</h1><br> | |
| <h2>the werld is a vampire<h2></center> | |
| Designed and Hosted by | |
| <a href="http://www.vmtllc.com"><font color="#202020"> VMT</font></a> | |
| </em> | |
| </font> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </BODY> | |
| </HTML> | |
| <!-- www.attrition.org web hack mirror - watermark or something --> |