/*
 +==========================================================================+
 |      Copyright (c) Pacific Disaster Center, Maui, Hawaii, USA            |
 |                         All rights reserved.                             |
 +==========================================================================+
 |  FILENAME:  $RCSfile: menu_data.js,v $
 +==========================================================================+
 |  DESCRIPTION:                                                            |
 |     This section to provide a brief purpose of this file in application  |
 +==========================================================================+
 |  HISTORY:                                                                |
 |     [$Date: 2006/01/23 19:19:45 $] $Author: dleong $, initial AddRCSTags checkin
 |  [2005/07/12 01:59:26 $] $Author: dleong $, initial CVS checkin         |
    [Oct 03, 2005] dleong, updated drm_library tab to link to citylinks page
    [Oct 05, 2005] dparker, updated all links and rectangle sizes
    [Oct 14, 2005] dleong, updated simple search link to new jsp
    [Oct 18, 2005] dleong, replaced all image references from mauiprodws to 
                   this application dir (emi/media); removed showmenu=xxx
                   from tabs w/o dropdowns
    [Oct 27, 2005] dleong, updated home & overview links
    [Nov 02, 2005] dleong, commented out overview tab drawing
    [Nov 09, 2005] dleong, updated search link
    [Nov 14, 2005] dleong, updated cityprofile tab width & search link
  2006
  	[01-23] dleong, updated static image links
 +==========================================================================+
*/
/* $Id: menu_data.js,v 1.13 2006/01/23 19:19:45 dleong Exp $ */

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40                // Follow scrolling Rate
_subOffsetTop=3              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(style1=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="";
oncolor="#FFFFFF";
fontsize=12;
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial";
headercolor="#488789";
separatorcolor="#488789";
}

with(menuStyle=new mm_style()){
offcolor="#FFFFFF";
offbgcolor="#2186C6";
oncolor="#FFFFFF";
onbgcolor="#31659C";
bordercolor="#FFFFFF";
borderstyle="solid";
bordercolor="black";
fontsize=11;
fontstyle="normal";
fontweight="normal";
fontfamily="Verdana, Arial";
padding=4;
high3dcolor="#BADAED";
low3dcolor="#196697";
//separatorcolor="#DBDBDB";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
subimage="/emi/media/arr_w.gif";

}


with(milonic=new menuname("Main Menu")){
style=style1;
top=88;
left=0;
alwaysvisible=1;
orientation="horizontal";
screenposition="left";
aI("text=<img src='http://www.pdc.org/images/spacer.gif' width='68'  height='23' border='0'>;showmenu=home;url=/emi/emihome.html")
//aI("text=<img src='http://www.pdc.org/images/spacer.gif' width='92'  height='23' border='0'>;showmenu=overview;url=/emi/emioverview.html")
aI("text=<img src='http://www.pdc.org/images/spacer.gif' width='98'  height='23' border='0'>;url=/emi/emidisplaycityprofile.html")
aI("text=<img src='http://www.pdc.org/images/spacer.gif' width='114' height='23' border='0'>;url=/emi/emidisplayspbygroup.html")
aI("text=<img src='http://www.pdc.org/images/spacer.gif' width='102' height='23' border='0'>;url=/emi/emidisplaycitylinks.html")
aI("text=<img src='http://www.pdc.org/images/spacer.gif' width='130' height='23' border='0'>;url=/emi/emidisplaycitycontacts.html")
aI("text=<img src='http://www.pdc.org/images/spacer.gif' width='81'  height='23' border='0'>;url=/emi/emisearchsoundpractice.html")
}