<?xml version="1.0" encoding="utf-8"?> 
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.3//EN" 
     "http://www.wapforum.org/DTD/wml13.dtd"> 
<wml> 
<head>
<meta name="pragma" content="no-cache" />
<meta name="expires" content="-1" />
</head>
   
  <template> 
    <!-- Template implementation here. --> 
    <do type="prev"><prev/></do> 
  </template> 
   
  <card id="card1" title="Calc/Convert"> 
  		<p>Converter / Calculator<br /><br />
		      
        <small>
Enter your expression:- <br />
</small>
<input type="text" name="expression" size="20" emptyok="false" />
<br />
<p>
<a href="http://www.activitae.com/cgi-bin/calc.pl?expression=$(expression)">Get answer!</a>
</p>

<small>
         Examples:<br /><br /> 
	   24 US gallons in litres<br />
         24 US gallons in Imperial gallons<br />
         (Note 'Imperial' signifies UK units.)<br />
	 24 gallons in UK gallons<br />
         (note default is US gallons and the use of upper case country code)<br />
         2 litres in US pints <br />
         108 nautical miles in metres<br />
         700 metres in feet<br /> 
         (1 + 2) * 0.3<br />
         (24-6) / 1.561<br />
         3.5 USD in GBP <br />
currency of Brazil in Malaysian money<br />
5 British pounds in South Korean money<br />
         plus much more<br /><br />
         </small>
  
        </p>

  </card> 

 
</wml> 
