Metropoli BBS
VIEWER: nbinbox.asp MODE: TEXT (ASCII)
<% @ LANGUAGE=VBSCRIPT CODEPAGE = 1252 %>
<!--#include file="../lib/jsutil.inc"-->
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 3.2//EN">
<!--Microsoft Outlook Web Access-->
<!--Nbinbox.asp : Navbar for the Mailbox window-->
<!--Copyright (c) Microsoft Corporation 1993-1997. All rights reserved.-->

<!--#include file="../constant.inc"-->
<HTML>
<HEAD>
<STYLE TYPE="text/css">
<!--
A:link 	{ color: white;text-decoration: none}
A:visited 	{ color: white;text-decoration: none}
A:active 	{ color: white; text-decoration: none}
-->
</STYLE>
</HEAD>
<BODY BGCOLOR=gray LINK=333300 VLINK=333300 ALINK=333300 TEXT=000000>
<table border=0 cellpadding=3 cellspacing=5 width=100% bordercolor=666633 bgcolor=gray>
<!-- Inbox -->
<tr align=center>
	<td>
		<A HREF="JavaScript:parent.RefreshNavbar(0);">
		<img src="inbox.gif" width=32 height=32 alt="Inbox" vspace=5 border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Inbox</font></div></a>
	</td>
</tr>
<!-- Calendar -->
<tr align=center>
	<td nowrap>
	  
		<A HREF="JavaScript:parent.RefreshNavbar(2);">
		<img src="cal.gif" width=32 height=32 alt="Calendar" border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Calendar</font></div></a>
	</td>
</tr>
<!-- Contacts -->
<tr align=center>
	<td nowrap>
	  
		<A HREF="JavaScript:parent.RefreshNavbar(3);">
		<img src="contact.gif" width=32 height=32 alt="Contacts" border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Contacts</font></div></a>
	</td>
</tr>
<!-- Find Names -->
<tr align=center>
	<td nowrap>
		<A HREF="JavaScript:openNewWindow('<%=bstrVirtRoot%>/finduser/root.asp','findUserWindow',600,500)">
		<img src="finduser.gif" width=32 height=32 alt="Find Names" border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Find<br>Names</font></div></a>
	</td>
</tr>
<!-- Public Folders -->
<tr align=center>
	<td nowrap>
		<A HREF="JavaScript:parent.RefreshNavbar(1);">
		<img src="public.gif" width=32 height=32 alt="Public Folders" border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Public<br>Folders</font></div></a>
	</td>
</tr>

<!-- Options -->
<tr align=center>
	<td nowrap>
		<A HREF="JavaScript:openNewWindow('<%=bstrVirtRoot%>/options/set.asp','userOptionsWindow',620,500)">
		<img src="option.gif" width=32 height=32 alt="Options" border=0><br>
		<div align=center><font <%=bstrFace%> size=2 color=White>Options</font></div></a>
	</td>
</tr>
<!-- Logoff -->
<tr align=center>
	<td nowrap>
		<A HREF="../logoff.asp" TARGET=_top>
		<img src="logoff.gif" width=32 height=32 alt="Log Off" border=0><br clear=all>
		<div align=center><font <%=bstrFace%> size=2 color=White>Log Off</font></div></a>
</td></tr>
<tr><td>
</td></tr>


</table>
</BODY>
</HTML>
[ RETURN TO DIRECTORY ]