home *** CD-ROM | disk | FTP | other *** search
- <SCRIPT language="JavaScript">
- <!--
- //index is the location of the image in the document when accesed by images[] array
- function GetImage(index,img_name) {
- document.images[index].src=img_name
- }
-
- var pics;
- pics = new Array();
- var objCount = 0;
-
- function preload(name, first, second) {
- pics[objCount] = new Array(3);
- pics[objCount] [0] = new Image();
- pics[objCount] [0].src = first;
- pics[objCount] [1] = new Image();
- pics[objCount] [1].src = second;
- pics[objCount] [2] = name;
- objCount++;
- }
-
- function on(name) {
- for (i = 0; i < objCount; i++) {
- if (document.images[pics[i][2]] !=null)
- if (name != pics[i][2]) {
- document.images[pics[i][2]].src = pics[i][0].src;
- } else {
- document.images[pics[i][2]].src = pics[i][1].src;
- }
- }
- }
-
- function off() {
- for (i = 0; i < objCount; i++) {
- if (document.images[pics[i][2]] !=null)
- document.images[pics[i][2]].src = pics[i][0].src;
- }
- }
-
- preload("inbox", "/sysimage/webmail/inbox.gif", "/sysimage/webmail/inbox_mo.gif");
- preload("new", "/sysimage/webmail/new.gif", "/sysimage/webmail/new_mo.gif");
- preload("folder", "/sysimage/webmail/folder.gif", "/sysimage/webmail/folder_mo.gif");
- preload("defaults", "/sysimage/webmail/defaults.gif", "/sysimage/webmail/defaults_mo.gif");
- preload("address", "/sysimage/webmail/address.gif", "/sysimage/webmail/address_mo.gif");
- preload("search", "/sysimage/webmail/search.gif", "/sysimage/webmail/search_mo.gif");
- preload("passwd", "/sysimage/webmail/passwd.gif", "/sysimage/webmail/passwd_mo.gif");
- preload("logout", "/sysimage/webmail/logout.gif", "/sysimage/webmail/logout_mo.gif");
- preload("check", "/sysimage/webmail/check.gif", "/sysimage/webmail/check_mo.gif");
- preload("uncheck", "/sysimage/webmail/uncheck.gif", "/sysimage/webmail/uncheck_mo.gif");
- preload("delete", "/sysimage/webmail/delete.gif", "/sysimage/webmail/delete_mo.gif");
- preload("moveto", "/sysimage/webmail/moveto.gif", "/sysimage/webmail/moveto_mo.gif");
- preload("goto", "/sysimage/webmail/goto.gif", "/sysimage/webmail/goto_mo.gif");
-
- function searchPop() {
- mailspop = window.open('<RCShome>/mailspop.stm','popupWindow','width=350,height=200');
- }
-
- function mailtoPop() {
- mailspop = window.open('<RCShome>/mailto.stm','mailtoWindow','width=700,height=620,resizable=yes,scrollbars=yes');
- }
-
- //-->
- </script>
- <TABLE width="100%" border=0 cellpadding=2 cellspacing=0>
- <TR valign=top>
- <TD align=left width=33% nowrap>
- <font color=#404040><RCEdatetime></font>
- </TD>
- <TD align=center width=33% nowrap>
- <B>Mailbox:</B> <font color=#0000FF><B><RCEusername></B></font>
- </TD>
- <TD align=right nowrap>
- <font color=#0000FF><B><RCEvhost></B></font>
- </TD>
- </TR>
- </TABLE>
- <BR>
-
- <TABLE width="100%" border=0 cellpadding=2 cellspacing=0>
- <TR align=left>
- <td valign=top><a href="<RCShome>/check.stm?RCSfolder=inbox" onMouseOver="on('inbox')" onMouseOut="off()"><img src="/sysimage/webmail/inbox.gif" alt="Check Inbox" name="inbox" border="0" width=79 height=26></a>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><a href="javascript:mailtoPop()" onMouseOver="on('new')" onMouseOut="off()"><img src="/sysimage/webmail/new.gif" alt="Compose New Message" name="new" border="0" width=62 height=26></a></td>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><a href="<RCShome>/folders.stm" onMouseOver="on('folder')" onMouseOut="off()"><img src="/sysimage/webmail/folder.gif" alt="Manage Folders" name="folder" border="0" width=26 height=26></a>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><a href="<RCShome>/defaults.stm" onMouseOver="on('defaults')" onMouseOut="off()"><img src="/sysimage/webmail/defaults.gif" alt="Advanced Settings" name="defaults" border="0" width=41 height=26></a>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><a href="<RCShome>/addrbook.stm" onMouseOver="on('address')" onMouseOut="off()"><img src="/sysimage/webmail/address.gif" alt="Address Book" name="address" border="0" width=26 height=26></a>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
-
- <td class="navscore" nowrap>
- <RCif RC@mailinfo(numfolders) > 1>
- <form name=openfolder method=post action=<RCShome>/check.stm>
- <SELECT name=RCSfolder onChange="javascript:document.openfolder.submit();">
- <OPTION>Open Folder
- <RCXmailfolders folder=RCSfolder home=RCShome type=options>
- </select>
- </form>
- <RCelse>
- <font size=2><b>NO FOLDERS</b></font>
- <RCendif>
- </td>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><A HREF="javascript:searchPop()" onMouseOver="on('search')" onMouseOut="off()"><img src="/sysimage/webmail/search.gif" alt="Search Messages" name="search" border="0" width=87 height=26></A></td>
- <RCif RCSdesktop ! true>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><a href="<RCShome>/passwd.stm" onMouseOver="on('passwd')" onMouseOut="off()"><img src="/sysimage/webmail/passwd.gif" alt="Change Password" name="passwd" border="0" width=40 height=26></a></td>
- <td valign=top><img src="/sysimage/webmail/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><a href="/session/logout?RCredirect=/" onMouseOver="on('logout')" onMouseOut="off()"><img src="/sysimage/webmail/logout.gif" alt="Logoff and return to <RCEvhost>" name="logout" border="0" width=85 height=26></a>
- </td>
- <RCendif>
- <td width="100%"> </td>
- </TR>
- </TABLE>
-
-