home *** CD-ROM | disk | FTP | other *** search
- <%
- color = "#993333";
- nocolor = "#ffffff";
- %>
- <TABLE cellSpacing=0 cellPadding=0 width="100%" bgColor=<%=color;%>>
- <TBODY>
- <TR>
- <TD noWrap>
- <TABLE cellSpacing=0 cellPadding=1>
- <TBODY>
- <TR>
- <TD bgColor=<%=color;%>> </TD>
- <%
- if (area == "register")
- {
- fgcolor = &color;
- bgcolor = &nocolor;
- }
- else
- {
- fgcolor = &nocolor;
- bgcolor = &color;
- }
- %>
- <TD bgColor=<%=bgcolor;%>><A style="TEXT-DECORATION: none"
- href="index.asp">
- <FONT color=<%=fgcolor;%>><B> Register </B></FONT>
- </A></TD>
- <%
- if (area == "interop")
- {
- fgcolor = &color;
- bgcolor = &nocolor;
- }
- else
- {
- fgcolor = &nocolor;
- bgcolor = &color;
- }
- %>
- <TD bgColor=<%=bgcolor;%>><A style="TEXT-DECORATION: none"
- href="interop.asp"><FONT color=<%=fgcolor;%>>
- <B> Interop Tests </B></FONT></A></TD>
- <%
- if (area == "google")
- {
- fgcolor = &color;
- bgcolor = &nocolor;
- }
- else
- {
- fgcolor = &nocolor;
- bgcolor = &color;
- }
- %>
- <TD bgColor=<%=bgcolor;%>><A style="TEXT-DECORATION: none"
- href="google.asp"><FONT color=<%=fgcolor;%>>
- <B> Google Search </B></FONT></A></TD>
- </TR>
- </TBODY>
- </TABLE>
- </TD>
- </TR>
- </TBODY>
- </TABLE>
-