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", "<RCShome>/images/inbox.gif", "<RCShome>/images/inbox_mo.gif");
- preload("new", "<RCShome>/images/new.gif", "<RCShome>/images/new_mo.gif");
- preload("folder", "<RCShome>/images/folder.gif", "<RCShome>/images/folder_mo.gif");
- preload("defaults", "<RCShome>/images/defaults.gif", "<RCShome>/images/defaults_mo.gif");
- preload("address", "<RCShome>/images/address.gif", "<RCShome>/images/address_mo.gif");
- preload("search", "<RCShome>/images/search.gif", "<RCShome>/images/search_mo.gif");
- preload("passwd", "<RCShome>/images/passwd.gif", "<RCShome>/images/passwd_mo.gif");
- preload("logout", "<RCShome>/images/logout.gif", "<RCShome>/images/logout_mo.gif");
- preload("check", "<RCShome>/images/check.gif", "<RCShome>/images/check_mo.gif");
- preload("uncheck", "<RCShome>/images/uncheck.gif", "<RCShome>/images/uncheck_mo.gif");
- preload("delete", "<RCShome>/images/delete.gif", "<RCShome>/images/delete_mo.gif");
- preload("moveto", "<RCShome>/images/moveto.gif", "<RCShome>/images/moveto_mo.gif");
- preload("goto", "<RCShome>/images/goto.gif", "<RCShome>/images/goto_mo.gif");
-
- function searchPop() {
- mailspop = window.open('<RCShome>/mailspop.stm','popupWindow','width=350,height=200');
- }
-
- //-->
- </script>
-
- <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="<RCShome>/images/inbox.gif" alt="Check Inbox" name="inbox" border="0" width=79 height=26></a>
- <td valign=top><img src="<RCShome>/images/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><a href="<RCShome>/mailto.stm?start=<RC$start>" onMouseOver="on('new')" onMouseOut="off()"><img src="<RCShome>/images/new.gif" alt="Compose New Message" name="new" border="0" width=62 height=26></a></td>
- <td valign=top><img src="<RCShome>/images/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="<RCShome>/images/folder.gif" alt="Manage Folders" name="folder" border="0" width=26 height=26></a>
- <td valign=top><img src="<RCShome>/images/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="<RCShome>/images/defaults.gif" alt="Advanced Settings" name="defaults" border="0" width=41 height=26></a>
- <td valign=top><img src="<RCShome>/images/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="<RCShome>/images/address.gif" alt="Address Book" name="address" border="0" width=26 height=26></a>
- <td valign=top><img src="<RCShome>/images/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="<RCShome>/images/grey_bar.gif" border="0" width=3 height=26></td>
- <td valign=top><A HREF="javascript:searchPop()" onMouseOver="on('search')" onMouseOut="off()"><img src="<RCShome>/images/search.gif" alt="Search Messages" name="search" border="0" width=87 height=26></A></td>
- <RCif RCSdesktop ! true>
- <td valign=top><img src="<RCShome>/images/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="<RCShome>/images/passwd.gif" alt="Change Password" name="passwd" border="0" width=40 height=26></a></td>
- <td valign=top><img src="<RCShome>/images/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="<RCShome>/images/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>
-
-