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.
138 lines (134 sloc)
4.28 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 | Services | |
| </TITLE> | |
| <script language="JavaScript"> | |
| <!-- | |
| function changeImage(name1, name2) {}; | |
| //--> | |
| </script> | |
| <script language="JavaScript1.1"> | |
| <!-- | |
| var imagesSupported = (document["images"] != null); | |
| change = new Array(4); | |
| change[0]= new Image; | |
| change[1]= new Image; | |
| change[2]= new Image; | |
| change[3]= new Image; | |
| change[0].src= "contact_off.jpg"; | |
| change[1].src= "about_off.jpg"; | |
| change[2].src= "contact_on.jpg"; | |
| change[3].src= "about_on.jpg"; | |
| function changeImage(name1, name2){ | |
| if(imagesSupported) | |
| document.images[name1].src=name2; | |
| } | |
| //--> | |
| </script> | |
| </HEAD> | |
| <BODY leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" link="#0000cc" vlink="#cc0000" alink="#cc0000"> | |
| <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" height="100%" valign="top"> | |
| <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"> | |
| <img src="services_on.jpg" width=106 height=35 hspace=0 vspace=0 border=0 name="serv" align="left"> | |
| </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"> | |
| <b> | |
| ECCO Tool Company, Inc. | |
| </b> | |
| is a manufacturer of Carbide Tipped, Cast Alloy, and High Speed Flat Form | |
| Cutting Tools. Dovetail Flat Form Cutting Tools are our speciality. ECCO has | |
| been a producer of these products since 1955. This experience can mean lower | |
| tooling costs and more efficient part production for your operation, whether it | |
| be small, medium, or large. We would appreciate the opportunity of | |
| <a href="contact.html">quoting</a> | |
| your tooling requirements. | |
| <p> | |
| <ul> | |
| <li> | |
| Carbide Tipped | |
| <br> | |
| <li> | |
| Cast Alloy | |
| <ul> | |
| <li> | |
| Made with Tantung | |
| <li> | |
| Cuts at a higher speed than high speed steel | |
| <li> | |
| Can be sharpened with standard grinding wheel. | |
| </ul> | |
| <li> | |
| High Speed Steel | |
| <br> | |
| </ul> | |
| </font> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| <td rowspan="7" bgcolor="#f3f3f3" background="border.gif"> | |
| | |
| </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> | |
| <a href="default.htm"><font color="#202020"> Home</font></a> | |
| </em> | |
| </font> | |
| </td> | |
| </tr> | |
| </table> | |
| </td> | |
| </tr> | |
| </table> | |
| </BODY> | |
| </HTML> |