﻿document.write("<table cellpadding=\"0\" cellspacing=\"0\" height=\"80px\" border=\"0\" width=\"550px\" bgcolor=\"#e1e1e1\">");
document.write("   <tr> ");
document.write("      <td ><fieldset style=\"width:550\"  style=\"FONT-WEIGHT:bold;COLOR:#e26035\"><legend>&nbsp;开发工具选择(DTS)：&nbsp;</legend>  ");
document.write("        <table  width=\"95%\" align=center  border=\"0\" cellspacing=\"0\" cellpadding=\"0\" >");
document.write("	    <form name=frmDTS method=post action=/App/Search.aspx>");
document.write("			<tr height=50px>");
document.write("				<td width=\"20\"></td>");
document.write("				<td >芯片厂家：<SELECT  id=sltCmosFactory name=sltCmosFactory>");
document.write("						<OPTION value=\"MCHP\" selected>MCHP</OPTION>");
document.write("						<option value=\"IR\">IR</option>");
document.write("						<option value=\"PI\">PI</option>");
document.write("						<option value=\"IAI\">IAI</option>");
document.write("					</SELECT>&nbsp;&nbsp;芯片型号：<INPUT type=text id=txtCmosPN name=txtCmosPN class=\"input1\">&nbsp;&nbsp;&nbsp;&nbsp;<input type=submit id=SearchPN name=SearchPN value=\"搜索\" class=\"subtm5\">");
document.write("				    <br>请输入芯片型号,如 PIC18F2321");
document.write("					</td>");
document.write("			</tr>");
document.write("	    </form>");
document.write("        </table>");
document.write("     </td>");
document.write("   </tr>");
document.write("</table>")
