<!--#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/tt3.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">
<%
sql="select name,parentid,fid from forum where fid="&cint(request("fid"))&" and tid='t'"
rs.open sql,conn,1,1
if rs.eof then response.Redirect "index.asp"
sql="select fid,name from forum where fid="&rs("parentid")&""
rs2.open sql,conn,1,1
%>
  <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="company.asp?fid=18" class="grayb">About Us</a> &gt; <%=rs("name")%></td>
  </tr>
  <tr>
    <td height="30">&nbsp;</td>
  </tr>
<%
'rs2.close
rs.close
%>
</table>
<table width="1000" border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td width="224" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td height="35" style=" background:url(images/left_title.jpg) no-repeat left bottom;color:#97c45f; font-weight:bold; font-size:14px">　　<%=rs2("name")%></td>
      </tr>
      <tr>
        <td>&nbsp;</td>
      </tr>
      <%
	  sql="select fid,name from forum where parentid="&rs2("fid")&" order by orders,fid"
	  rs.open sql,conn,1,1
	  do while not rs.eof
	  %>
      <tr>
        <td height="36" style="background:url(images/line.jpg) repeat-x bottom"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <tr>
            <td width="34"><img src="images/dot.jpg" width="34" height="34" /></td>
            <td><a href="company.asp?fid=<%=rs("fid")%>" class="gray2"><%=rs("name")%></a></td>
          </tr>
        </table></td>
      </tr>
      <%
	  rs.movenext
	  loop
	  rs.close
	  %>
    </table></td>
    <td width="41" background="images/split3.jpg">&nbsp;</td>
    <td valign="top">
    <table width="100%" border="0" cellpadding="0" cellspacing="0">
    <%
	sql="select title,info from texts where fid="&cint(request("fid"))
	rs.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">　 <%=rs("title")%></td>
        </tr>
      <tr>
        <td>&nbsp;</td>
        </tr>
      <tr>
        <td style="line-height:20px"><%=rs("info")%></td>
      </tr>
    <%
	rs.close
	%>
    </table></td>
  </tr>
</table>
<!--#include file="bottom.asp" -->