

_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=ADL Services;showmenu=Services;");
aI("text=About ADL;showmenu=About;");
aI("text=Research;url=/research/index.htm;showmenu=Research;");
aI("text=Documents;url=/research/docs/index.htm;showmenu=Documents;");
aI("text=Downloads;url=http://www.alexandria.ucsb.edu/downloads/;");
aI("text=Outreach;url=/research/outreach.htm;");
aI("text=Internal;url=/research/internal/index.htm;");
aI("text=Acknowledgements;showmenu=Acknowledge;");
aI("text=Quick Links;showmenu=Quick;");
}

with(milonic=new menuname("Services")){
style=menuStyle;
overflow="scroll";
aI("text=ADL Libraries;url=/research/adllib/index.htm;");
aI("text=ADL Gazetteer;url=http://www.alexandria.ucsb.edu/clients/gazetteer;");
aI("text=Feature Type Thesaurus;url=http://www.alexandria.ucsb.edu/gazetteer/FeatureTypes/ver070302/index.htm;");
}

with(milonic=new menuname("About")){
style=menuStyle;
overflow="scroll";
aI("text=History;url=/research/about/history.htm;");
aI("text=People;url=/research/about/people.htm;");
}

with(milonic=new menuname("Research")){
style=menuStyle;
overflow="scroll";
aI("text=Digital Earth;url=/research/de/index.htm;");
aI("text=Virtual Learning Environment;url=/research/learning/index.htm;");
aI("text=Digital Library Architecture;url=/research/dla/index.htm;");
aI("text=Evaluation;url=/research/eval/index.htm;");
aI("text=Knowledge Organization Systems;url=/research/kos/index.htm;");
aI("text=Textual Geospatial Information;url=http://eil.bren.ucsb.edu/projects/proj-tgi.htm;");
}

with(milonic=new menuname("Documents")){
style=menuStyle;
overflow="scroll";
aI("text=ADEPT Bibliography;url=/research/docs/AdeptBib.htm;");
aI("text=ADL Bibliography;url=/research/docs/ADLBib.htm;");
aI("text=ADL Software Documentation;url=/research/docs/UserGuides.htm;");
aI("text=Annual Reports;url=/research/docs/arep/arep.html;");
}

with(milonic=new menuname("Acknowledge")){
style=menuStyle;
overflow="scroll";
aI("text=Partners;url=/research/partners.htm;");
aI("text=Funding;url=/research/acknowledgements.htm;");
}

with(milonic=new menuname("Quick")){
style=menuStyle;
overflow="scroll";
aI("text=Gazetteer Development;url=http://www.alexandria.ucsb.edu/gazetteer/;");
}




drawMenus();

