<HTML>
<HEAD>
<!-- English to Metric Conversion Program
     Version 2.0
     enmeco.html
     By Mike Calabrese
     http://www.mikecalabrese.com
     07-16-2003 -->
<TITLE>English-Metric Conversion Program</TITLE>
</HEAD>
<BODY BGCOLOR="#ffffff" TEXT="#000000" LINK="#008000" VLINK="#804000">
<P><CENTER>
<TABLE WIDTH="600" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD><H3>
<P ALIGN="Center">
English-Metric Conversion Program
</H3>
<P>
This program converts inches, feet, yards or miles into centimeters, meters
or kilometers and vice versa.  It is useful in figuring out travel distances
or altitudes.  Simply enter the value that you wish to convert in the
input field below, choose the proper conversion factor from the list box
and then click on the submit button.
<FORM ACTION="http://www.yourdomain.com/cgi-bin/enmeco/enmeco.pl" METHOD="POST">
<TABLE WIDTH="500" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
</TD>
<TD>
<CENTER>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; 
<INPUT TYPE="text" NAME="amount" SIZE="5" MAXLENGTH="10">
<SELECT NAME="convert" SIZE="5"> 
<OPTION SELECTED>Miles To Kilometers 
<OPTION>Kilometers To Miles 
<OPTION>Yards To Meters 
<OPTION>Meters To Yards 
<OPTION>Feet To Meters 
<OPTION>Meters To Feet 
<OPTION>Inches To Centimeters 
<OPTION>Centimeters To Inches</SELECT></TD>
</CENTER>
</TR>
</TABLE>
<CENTER>
<P>
<INPUT TYPE=submit> * 
<INPUT TYPE=reset>
</CENTER>
</FORM>
</TD>
</TR>
</TABLE>
</BODY></HTML>