<!--#include file="top.asp" -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td align="center" style="background: url(images/banner_top.jpg) repeat-x center top #E2E2E2"><img src="images/tt1.jpg" width="999" height="173" /></td>
  </tr>
  <tr>
    <td height="25" style="background: url(images/b_bg.jpg) repeat-x center bottom #E2E2E2">&nbsp;</td>
  </tr>
</table>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td>&nbsp;</td>
  </tr>
  <tr>
    <td height="25" style="background:url(images/position.jpg) no-repeat bottom left; color:#999; font-size:14px; font-weight:bold">　　　Position &gt; <a href="products.asp?fid=3" class="grayb">Product</a></td>
  </tr>
  <tr>
    <td height="30">&nbsp;</td>
  </tr>
</table>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="224" valign="top"><!--#include file="left.asp" --></td>
    <td width="41" background="images/split3.jpg">&nbsp;</td>
    <td valign="top">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
<%
sql="select name,parentid from forum where fid="&cint(request("fid"))&" and tid='p'"
rs3.open sql,conn,1,1
if rs3.eof then response.Redirect "index.asp"
sql="select * from product where pid="&cint(request("pid"))
rs2.open sql,conn,1,1
%>
      <tr>
        <td height="35" style="background:url(images/title.jpg) no-repeat; color:#000; font-size:14px; font-weight:bold">　 <%=rs2("name")%></td>
      </tr>
      <%
	  'rs2.close
	  rs3.close
	  %>
      <tr>
        <td>&nbsp;</td>
        </tr>
      <tr>
        <td style="line-height:20px"><table width="100%" border="0" cellspacing="1" cellpadding="3" bgcolor="#CCCCCC">
          <tr>
            <td height="35" colspan="2" align="center" bgcolor="#1980c3" style="color:white"><%=rs2("name")%></td>
            </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#FFFFFF" class="left">Supply Voltage(V)</td>
            <td height="35" bgcolor="#FFFFFF"><%=rs2("item1")%></td>
          </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#E2F3FD" class="left">Duplex</td>
            <td height="35" bgcolor="#e2f3fd"><%=rs2("item2")%></td>
          </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#FFFFFF" class="left">Data Rate   (bps)</td>
            <td height="35" bgcolor="#FFFFFF"><%=rs2("item3")%></td>
          </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#E2F3FD" class="left">ESD Air/Contact      (kV) </td>
            <td height="35" bgcolor="#e2f3fd"><%=rs2("item4")%></td>
          </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#FFFFFF" class="left">Transceiers On Bus</td>
            <td height="35" bgcolor="#FFFFFF"><%=rs2("item5")%></td>
          </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#E2F3FD" class="left">Slew Rate Limited &amp; Receiver Input Filtering</td>
            <td height="35" bgcolor="#e2f3fd"><%=rs2("item6")%></td>
          </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#FFFFFF" class="left">Low Power Shutdown</td>
            <td height="35" bgcolor="#FFFFFF"><%=rs2("item7")%></td>
          </tr>
          <tr>
            <td width="40%" height="35" bgcolor="#E2F3FD" class="left">Number of Pins</td>
            <td height="35" bgcolor="#e2f3fd"><%=rs2("item8")%></td>
          </tr>
        </table></td>
      </tr>
      <tr>
        <td style="line-height:20px">&nbsp;</td>
      </tr>
      <tr>
        <td style="line-height:20px"><%=rs2("info")%></td>
      </tr>
    </table></td>
  </tr>
</table>
<!--#include file="bottom.asp" -->