

_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";
itemwidth="160";
subimage="/javascript/arrowwhite.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=Gazetteer Protocol Reference Server;showmenu=Gazref;");
aI("text=Downloads;showmenu=Downloads;");
aI("text=Gazetteer Protocol;showmenu=Gazprot;");
aI("text=ADL Gazetteer Development Page;url=/gazetteer/;");
aI("text=ADL Home Page;url=http://www.alexandria.ucsb.edu/;");
}

with(milonic=new menuname("Gazref")){
style=menuStyle;
overflow="scroll";
aI("text=Home;url=/gazetteer/protocol/server/;");
aI("text=Installation;url=/gazetteer/protocol/server/install.html;");
aI("text=Code Change Log;url=/gazetteer/protocol/server/changes.html;");
}

with(milonic=new menuname("Downloads")){
style=menuStyle;
overflow="scroll";
aI("text=Latest Server Code;url=/downloads/gazprotocol/server/;");
aI("text=ADL Client Code;url=http://www.alexandria.ucsb.edu/downloads/gazprotocol/client/;");
}

with(milonic=new menuname("Gazprot")){
style=menuStyle;
overflow="scroll";
aI("text=Protocol Home;url=/gazetteer/protocol/;");
aI("text=Specification;url=/gazetteer/protocol/specification.html;");
aI("text=Hands-on Introduction;url=/gazetteer/protocol/introduction.shtml;");
aI("text=Test Forms (for developers);url=/gazetteer/protocol/test-forms.shtml;");
}

drawMenus();

