function xd(tkn){document.write(tkn)}

function Begin(){
sty1="style=\"font-family:arial;font-size:13px;width:106px\"";
sty2="style=\"font-family:arial;font-size:11px\"";
xd("<style type=\"text/css\">");
xd("a.k9l{font-family:Verdana;font-size:15px;color:"+LETTERS_COLOR+";font-weight:bold;text-decoration:none}");
xd("form{margin-bottom:0;margin-top:0}");
xd("</style>");
xd("<table border=\"0\" cellPadding=\"0\" cellSpacing=\"0\">");
if(OPEN_IN_A_NEW_WINDOW=="no"){open1="target=\"_parent\""}else{open1="target=\"_blank\""}
xd("<form action=\"http://www.free-translator.com/dic.php\" method=POST "+open1+">");
xd("<tr><td align=\"center\" valign=\"top\" height=\"21\">");}

function End(){
xd("</td></tr><tr><td align=\"center\">");
xd("<input type=text "+sty1+" name=\"word_form\" value=\"\">");
xd("</td></tr><tr><td align=\"center\">");
xd("<IMG style=\"display:block;border:none;margin:0\" src=\"http://www.free-translator.com/p.gif\" width=\"80\" height=\"5\">");
xd("</td></tr><tr><td align=\"center\">");
xd("<input "+sty2+" type=\"submit\" value=\"Search\">");
xd("</td></tr></form></table>");}

