
<% 
if strShowSearch = 1 then 
Areanum = Request.QueryString("area") %>
  <table width="100%" border="0" cellpadding="2" cellspacing="1" bgcolor="<%= strTableBorderColor %>" align=center>
  <form method="get" action="portal_Resources.asp" id=form1 name=form1>
  <tr>
    <td align="left" bgcolor="<%= strHeadCellColor %>">
      <font face="<%= strDefaultFontFace %>" color="<% =strHeadFontColor %>" size="<%= strDefaultFontSize %>">
      <b>&nbsp;Site Search</b>
      </font>
    </td>
  </tr> 
  <tr>
    <td align="middle" bgcolor="<%= strForumCellColor %>">
      <input type="hidden" name="num" value="10" >
      <input type="hidden" name="area" value="<%= areanum %>" >   
      <input type="text" name="search" size="15" >
      <input type="submit" value="Go!"  id=submit1 name=submit1>
    </td>
  </tr> 
</form>
</table>
<% end if %>