

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000066";
oncolor="#FFFFFF";
offbgcolor="#ffffff";
offcolor="#000066";
bordercolor="#000066";
borderstyle="solid";
borderwidth=1;
clickcolor="#CC0033";
separatorcolor="#000066";
separatorsize="1";
padding=5;
fontsize="8pt";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
fontweight="bold";
pagecolor="white";
pagebgcolor="#000066";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/javascript/arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="RandomDissolve(duration=0.3)";
//visitedcolor="#CC0033";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=160;
left=2;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=/adl/;");
aI("text=Access ADL;showmenu=Access;");
aI("text=About ADL;showmenu=About;");
aI("text=About our Collections;showmenu=Aboutcoll;");
aI("text=ADL Collection Builders;showmenu=Collection;");
aI("text=ADL Software Developers;showmenu=Software;");
aI("text=Metadata Administration;showmenu=Metadata;");
aI("text=Reference Information;showmenu=Reference;");
aI("text=ADL Sys. Admin. (internal);showmenu=System;");
aI("text=Map & Imagery Lab;url=http://www.sdc.ucsb.edu/;status=Map & Imagery Lab;");
aI("text=UCSB Libraries;image=/adl/images_adl/LibraryButton.jpg;url=http://www.library.ucsb.edu/;status=UCSB Davidson Library;");
}

with(milonic=new menuname("Access")){
style=menuStyle;
overflow="scroll";
aI("text=Operational ADL;url=http://webclient.alexandria.ucsb.edu/;");
aI("text=Other ADL Nodes;url=/adl/other_nodes.html;showmenu=Other;");
aI("text=How to Search ADL;url=/adl/wc/help.html;status=Searching ADL;");
}

with(milonic=new menuname("Other")){
style=menuStyle;
overflow="scroll";
aI("text=UCSB Environmental Information Lab ADL;url=http://eil.bren.ucsb.edu/projects/proj-adept.htm;status=UCSB Environamental Information Lab ADL;");
aI("text=New Zealand ADL;url=http://www.nzadl.org/;status=Sofware Engineering Research Lab, Auckland University of Technology, New Zealand;");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=What is ADL?;url=/adl/about_adl.html;");
aI("text=Presentations;url=/adl/presentations/index.html;");
aI("text=MIL ADL Staff;url=/adl/strike_team.html;");
}

with(milonic=new menuname("Aboutcoll")){
style=menuStyle;
overflow="scroll";
aI("text= Current ADL Collections;showmenu=CurrColl;");
aI("text=DLESE Shared Collections;url=/adl/DLESEshare.html;status=DLESE Shared Collections;");
}

with(milonic=new menuname("CurrColl")){
style=menuStyle;
overflow="scroll";
aI("text=Operational ADL;url=http://webclient.alexandria.ucsb.edu/;");
}

with(milonic=new menuname("Collection")){
style=menuStyle;
overflow="scroll";
aI("text=What Can ADL Do?;url=/adl/WhatCanDo.html;");
aI("text=Example Database;url=/adl/database.html;");
aI("text=Getting Started;url=/adl/docs_public/ADLMetadata/index.htm;");
aI("text=Introduction to ADL Metadata;url=/adl/docs_public/ADLMetadata/Intro.htm;");
aI("text=Installing Collections in ADL;url=/adl/docs_public/ADLMetadata/installing_collections.htm;");
aI("text=Cataloging Tools;url=/adl/cat_tools.html;");
}

with(milonic=new menuname("Software")){
style=menuStyle;
aI("text=Download ADL Software;url=/adl/imp_adl.html;");
aI("text=ADL Developer's Guide;url=/research/docs/ADLDevGuide/Output/wwhelp/wwhimpl/java/html/wwhelp.htm;");
}

with(milonic=new menuname("Metadata")){
style=menuStyle;
aI("text=View Collection Metadata;url=/adl/docs_public/ADLMetadata_ingest/ADL_CLM_master.php;");
aI("text=Add Collection Metadata;url=/adl/docs_public/ADLMetadata_ingest/ADL_CLM_insert.php;");
}

with(milonic=new menuname("Reference")){
style=menuStyle;
aI("text=ADL Metadata Example Schema;url=/adl/docs_public/ADLMetadata/SampleSchemas.htm;target=new;");
aI("text=ADL Bucket Field Definitions;url=/adl/docs_public/ADLMetadata/FieldDefinitions.htm;target=new;");
aI("text=ADL Bucket Framework;url=http://alexandria.sdc.ucsb.edu/~gjanee/archive/2001/delos-abstract.pdf;target=new;");
aI("text=ADL Middleware Server;url=http://alexandria.sdc.ucsb.edu/~gjanee/middleware/;target=new;");
}

with(milonic=new menuname("System")){
style=menuStyle;
overflow="scroll";
aI("text=ADL Emergency Numbers;url=/adl/internal/ADL_emergency_numbers.html;");
aI("text=Air Photo Flights Control Panel;url=/adl/internal/apflightscontrolpanel.jsp;");
}


drawMenus();

