_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=10              // 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(menuStyle=new mm_style()){
onbgcolor="#666666";
oncolor="#ffffff";
offbgcolor="#cccccc";
offcolor="#000000";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="normal";
fontfamily="Maiandra GD";
pagecolor="white";
pagebgcolor="#000000";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Main Menu")){
screenposition="center;top"; 
top="offset=132";
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.pendry.org/index.htm;");
aI("text=Dungeons & Dragons;url=dnd.htm;");
aI("text=Photo Gallery;url=gallery.htm;");
aI("text=Literature;url=books.htm;");
aI("text=Poetry;url=poetry.htm;");
aI("text=Spirituality;url=spirit.htm;");
aI("text=Video Gallery;url=videos.htm;");
aI("text=Contact Us;url=contact.htm;");
}

drawMenus();