var str_start 		= '<form action="http://codict.org/index.php" target=_blank><input type="hidden" name="action" value="lookup"/><input type="hidden" name="pg" value="dict"/>';
str_word	= '	<input name="word" id="word" size="30" value="">';
str_submit		= '	<input type="submit" value="Tra c&#7913;u"/>&nbsp;&nbsp;';
str_FROM_t	= '	<br/><b>FROM &nbsp;&nbsp;';
str_from	= '	<select size="1" name="from"><option value="en" selected/>English<option value="vi"/>Vietnamese<option value="fr"/>French</select>';
str_TO_t	= '&nbsp;&nbsp; TO &nbsp;&nbsp;';
str_to		= '<select size="1" name="to"><option value="en"/>English<option value="vi"selected/>Vietnamese<option value="fr"/>French</select><br/><br/></b>	';  	
str_relx	= '<input type="radio" name="relx" value="and"/><font size="1">Ch&#7913;a t&#7845;t c&#7843; c&#225;c t&#7915; &#273;&#227; nh&#7853;p</font><br/><input type="radio" name="relx" value="all" checked/><font size="1">Ch&#7913;a t&#7845;t c&#7843; v&#224; gi&#7919; nguy&#234;n th&#7913; t&#7921; c&#225;c t&#7915; &#273;&#227; nh&#7853;p</font><br/><input type="radio" name="relx" value="or"/><font size="1">Ch&#7913;a m&#7897;t trong nh&#7919;ng t&#7915; &#273;&#227; nh&#7853;p</font><br>';

str_end 		= '</form>';


