﻿document.writeln("<style type=\"text\/css\">");
document.writeln("	.SpanSelected { cursor:pointer; font-weight:bold}");
document.writeln("	.SpanNormal {cursor:pointer}");
document.writeln("<\/style>");

document.write("<table id=\"tt\" cellspacing=\"0\" cellpadding=\"0\" width=\"100%\" border=\"0\">")
document.writeln("<FORM name=DuociForm action=http://www.duoci.com/? method=get target='_blank'>");
document.write(" <input type=hidden name=Category value=\"web\">");
document.write(" <input type=hidden name=Charset value=\"utf-8\">");
document.write(" <tbody> ");
document.writeln(" <tr> ");
document.writeln(" <td width=\"150\"><a href=\"default.htm\"><img src=\"img/logo.gif\" width=\"150\" height=\"55\" alt=\"DuoCi?\" border=0></a></td>");
document.writeln("  <td width=\"730\"><table> ");
document.writeln("  <tbody> ");
document.writeln("  <tr>   ");

document.writeln("  <td nowrap=\"nowrap\"><a id=web class=SpanSelected onclick=\"ChangeCategory('web')\">网页</a>&nbsp;&nbsp;&nbsp;<a id=news class=SpanNormal onclick=\"ChangeCategory('news')\">新闻</a>&nbsp;&nbsp;&nbsp;<a id=pic  class=SpanNormal onclick=\"ChangeCategory('pic')\">图片</a>&nbsp;&nbsp;&nbsp;<a id=music class=SpanNormal onclick=\"ChangeCategory('music')\">音乐</a>&nbsp;&nbsp;&nbsp;<b><a href=\"http://www.duoci.com/\" target=\"_blank\">更多>></a></b><br /> ");

document.writeln("<div style=\"PADDING-TOP: 3px\"> ");
document.write("<input type=\"text\" title=\"DuoCi\" style=\"PADDING-TOP: 3px; HEIGHT: 16px\"  size=\"80\" name=\"q\" /> "); 
document.write(" &nbsp <input style=\"MARGIN-TOP: 2px; HEIGHT: 24px\" type=\"submit\" value=\"DuoCi搜索\"/> ");
document.writeln("                    </div></td> ");
document.writeln("                  <td nowrap=\"nowrap\">&nbsp;<br /> ");
document.writeln("                      <div style=\"PADDING-TOP: 8px\">&nbsp;</div></td> ");
document.writeln("                </tr>  ");
document.writeln("              </tbody>  ");
document.writeln("          </table></td>  ");
document.writeln("        </tr> ");
document.writeln("      </tbody> ");
document.writeln("</FORM>");
document.writeln("    </table>");

function ChangeCategory(searchType){
	document.DuociForm.elements["Category"].value = searchType;
	document.getElementById('web').className='SpanNormal';
	document.getElementById('news').className='SpanNormal';
	document.getElementById('pic').className='SpanNormal';
	document.getElementById('music').className='SpanNormal';
	document.getElementById(searchType).className='SpanSelected';
}
