


_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()){
itemwidth="115";
onbgcolor="#F0E1FF";
oncolor="#000000";
offbgcolor="#CCFFFF";
offcolor="#000000";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="100%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
position="relative";
pagebgcolor="#82B6D7";
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")){
style=menuStyle;
position="relative";
top=130;
left=10;
alwaysvisible=1;
aI("text=Home;url=http://www.fly2neverland.com/;status=Back To Home Page;");
aI("text=About;url=about.shtml;showmenu=About;");
aI("text=Chat Room;url=chatroom.shtml;");
aI("text=Message Board;url=http://www.fly2neverland.com/msgboard/;target=_blank");
aI("text=Newsletter;url=newsletter.shtml;");
aI("text=Resources;url=resources.shtml;");
aI("text=Profiles;url=neverlanders.shtml;");
aI("text=Poetry;url=poetry.shtml;showmenu=Poetry;");
aI("text=News;url=news.shtml;");
aI("text=E-Cards;url=http://pub39.bravenet.com/postcard/post.php?usernum=3322085690;");
aI("text=Links;url=links.shtml;showmenu=Links;");
aI("text=Help;url=help.shtml;");
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=All About NeverLand;url=about.shtml;");
aI("text=Frequently Asked Questions;url=faq.shtml;");
aI("text=Awards We've Won;url=awards.shtml;");
}

with(milonic=new menuname("Poetry")){
style=menuStyle;
aI("text=Poetry Submission Form;url=form1.shtml;");
aI("text=View Poems;url=poetry.shtml;");
aI("text=Poems Listed by Author;url=lesbianpoetry_author.shtml;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=GLBT Links;url=links_glbt.shtml;");
aI("text=General Links;url=links_gen.shtml;");
}

drawMenus();

