

_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="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=2;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="on_downboxed.gif";
subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=95);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=10;
left=10;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=Home;url=index.html;");
aI("text=enCore Basics;showmenu=Basics;");
aI("text=Objects;showmenu=Objects;");
aI("text=Other Features;showmenu=Features;");
aI("text=Help;showmenu=Help;");
aI("text=Movie Guides;showmenu=Movies;");
}

with(milonic=new menuname("Basics")){
style=menuStyle;
overflow="scroll";
aI("text=Screen Appearance;url=interface.html;");
aI("text=Character Options;url=options.html;");
aI("text=Getting Around;url=getting.html;");
aI("text=Communicating;url=commun.html;");
}

with(milonic=new menuname("Objects")){
style=menuStyle;
aI("text=Working with Objects;url=objects.html;");
aI("text=Creating Objects and Rooms;url=create.html;");
aI("text=Help with Specific Objects;showmenu=ObjectsHelp;status=Guides for specific objects;");
aI("text=Advanced Help with Objects;showmenu=AdvancedHelp;status=Guides for specific objects;");
}

with(milonic=new menuname("Features")){
style=menuStyle;
aI("text=Using enCore Mail;url=moomail.html;status=MOO Mail;");
aI("text=Xpress Options;url=xpress.html;");
}

with(milonic=new menuname("Help")){
style=menuStyle;
aI("text=QuickStart Help;url=quickstart.html;");
aI("text=Beginner's Guide;url=beginguide.html;");
aI("text=Getting Help;url=help.html;");
aI("text=Command Summary;url=commsum.html;");
aI("text=Login Trouble?;url=login.htm;");

}

with(milonic=new menuname("Movies")){
style=menuStyle;
aI("text=LOOKing at Objects;url=movies/lookmovie.avi;");
aI("text=Using the Radio Buttons;url=movies/radio.avi;");
aI("text=3 Ways to open the object editor;url=movies/3edit.avi;");
aI("text=Editing an object;url=movies/createmovie.avi;");
aI("text=Creating a new object;url=movies/createnote.avi;");
aI("text=Creating a new room;url=movies/newroom.avi;");
aI("text=Making an object work;url=movies/fireworks.avi;");
}

with(milonic=new menuname("ObjectsHelp")){
style=menuStyle;
aI("text=Help Index;url=helpobjectindex.html;");
aI("text=Using a Note;url=gennote.html;");
aI("text=Using a Noteboard;url=gennoteboard.html;");
aI("text=Using a Letter;url=genletter.html;");
aI("text=Using a Webnote;url=genwebnote.html;");
aI("text=Using a Recitable Note;url=genrecitnote.html;");
aI("text=Using a Container;url=gencontainer.html;");
aI("text=Using a Recorder;url=genrecorder.html;");
aI("text=Using a Web Projector;url=genwebproj.html;");
aI("text=Using a Slide Projector;url=genslideproj.html;");
aI("text=Using a Conversational Bot;url=genbot.html;");
aI("text=Using a Classroom;url=genclassrm.html;");
aI("text=Using a Moderated Room;url=genmodroom.html;");
aI("text=Using a Webpage Room;url=genwebpage.html;");
}

with(milonic=new menuname("AdvancedHelp")){
style=menuStyle;
aI("text=Changing an object's parent;url=parent.htm;");
aI("text=Sharing Objects;url=share.htm;");
aI("text=Encrypting Objects;url=keys.htm;");
}

drawMenus();

