<?xml version="1.0"?>
<!DOCTYPE wml PUBLIC "-//WAPFORUM//DTD WML 1.1//EN"
			"http://www.wapforum.org/DTD/wml_1.1.xml">
<wml>

<card id="index" title="Dictionary.com">
<do type="help">
<go href="#help"/>
</do>
<p>
<b>Dictionary.com</b>
<select name="choice" ivalue="1">
<option onpick="#dict">Look Up</option>
<option onpick="/wml/trans.wml">Translator</option>
</select>
</p>
</card>

<card id="dict" title="Dictionary.com">
<do type="accept">
<go href="/cgi-bin/dictw.pl?config=wap&amp;term=$(term)"/>
</do>
<p>
Look up:
<input name="term" format="a*a"/>
</p>
</card>

<card id="help" title="Dictionary.com Help">
<do type="accept" label="DONE">
<go href="#index"/>
</do>
<p>
Choose "Look Up" to look up a word in English, or choose "Translator" to translate a selection of useful phrases from English into one of several other languages.
</p>
</card>

</wml>
