home *** CD-ROM | disk | FTP | other *** search
- <%@ LANGUAGE="VBSCRIPT" %>
- <% if Session("username") = "" then
- Response.Redirect("logon.asp")
- end if
- %>
-
- <html>
-
- <head>
- <meta http-equiv="Content-Type"
- content="text/html; charset=iso-8859-1">
- <meta name="FORMATTER" content="Microsoft FrontPage 2.0">
- <meta name="GENERATOR" content="Microsoft FrontPage 2.0">
- <title>Navigation</title>
- <base target="navbar">
- </head>
-
- <% if request.querystring("page") = "fr_company" then %>
- <body bgcolor="#330066">
- <% elseif request.querystring("page") = "fr_warehouse" then %>
- <body bgcolor="#990000">
- <% elseif request.querystring("page") = "fr_sales" then %>
- <body bgcolor="#003366">
- <% elseif request.querystring("page") = "legal" then %>
- <body bgcolor="#330066">
- <% elseif request.querystring("page") = "preferences" then %>
- <body bgcolor="#330066">
- <% elseif request.querystring("page") = "fr_eis" then %>
- <body bgcolor="#186666">
- <% else %>
- <body bgcolor="#FFFFFF">
- <% end if %>
-
- <div align="center"><center>
-
- <table border="0" cellpadding="0" cellspacing="0">
- <tr>
- <td>
- <% if request.querystring("page") = "fr_company" then %>
- <img src="images/nav_coinfo_on.jpg" width="98" height="20" alt="Company Info">
- <% else %>
- <a href="mainframe.asp?page=fr_company" target="_top">
- <img src="images/nav_coinfo.jpg" width="98" height="20" border="0" alt="Company Info"></a>
- <% end if %>
- </td>
- <% if (Session("accesslevel") = 1) then %>
- <td>
- <% if request.querystring("page") = "fr_eis" then %>
- <img src="images/nav_reports_on.gif" width="123" height="20" alt="Management Reports">
- <% else %>
- <a href="mainframe.asp?page=fr_eis" target="_top">
- <img src="images/nav_reports.jpg" width="123" height="20" border="0" alt="Management Reports"></a>
- <% end if %>
- </td>
- <% end if %>
- <% if ((Session("accesslevel") = 1) or (Session("accesslevel") = 2)) then %>
- <td>
- <% if request.querystring("page") = "fr_sales" then %>
- <img src="images/nav_sales_on.gif" width="97" height="20" alt="Sales Tools">
- <% else %>
- <a href="mainframe.asp?page=fr_sales" target="_top">
- <img src="images/nav_sales.jpg" width="97" height="20" border="0" alt="Sales Tools"></a>
- <% end if %>
- </td>
- <% end if %>
- <% if ((Session("accesslevel") = 1) or (Session("accesslevel") = 3)) then %>
- <td>
- <% if request.querystring("page") = "fr_warehouse" then %>
- <img src="images/nav_warehouse_on.gif" width="96" height="20" alt="Warehouse">
- <% else %>
- <a href="mainframe.asp?page=fr_warehouse" target="_top">
- <img src="images/nav_warehouse.jpg" width="96" height="20" border="0" alt="Warehouse"></a>
- <% end if %>
- </td>
- <% end if %>
- <td>
- <a href="logon.asp" target="_top">
- <img src="images/nav_login.jpg" width="98" height="20" border="0"></a>
- </td>
-
- <td>
- <% if request.querystring("page") = "preferences" then %>
- <img src="images/nav_pref_on.gif" width="98" height="20" alt="Preferences">
- <% else %>
- <a href="mainframe.asp?page=preferences" target="_top">
- <img src="images/nav_pref.jpg" width="96" height="20" border="0" alt="Preferences"></a>
- <% end if %>
- </td>
- </tr>
- </table>
- </center></div>
-
- </body>
- </html>
-