


_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=50                // 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="#cccc99";
oncolor="#000000";
offbgcolor="#cccc99";
offcolor="#993333";
bordercolor="#000000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#000000";
separatorsize="1";
padding=5;
fontsize="70%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
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;
top=170;
left=23;
alwaysvisible=1;
overflow="scroll";
aI("text=Home;url=index.html;status=Back To Home Page;");
aI("text=Welcome;showmenu=Welcome;status=Welcome From Your Hosts;");
aI("text=Coffee Roaster;showmenu=Roaster;status=Diedrich Coffee Roaster at Mocha Moment;");
aI("text=Friends;showmenu=Friends;status=Friends of Mocha Moment;");
aI("text=Staff;url=staff.htm;status=Staff of Mocha Moment;");
aI("text=Menu;showmenu=Menu;status=Our Menu;");
aI("text=Features;showmenu=Features;status=Homemade Bakery, Free Internet, Fireplace, and Deck;");
aI("text=The Meeting Place;showmenu=Meetingplace;status=The Meeting Place for Groups;");
aI("text=Rentals;url=events.htm;status=Rentals;");
aI("text=Music;url=upcoming.htm;status=Upcoming Music;");
aI("text=Habitat;url=habitat.htm;status=Mocha Moment Commmunity Gives a Hand Up;");
aI("text=Contact Us;showmenu=contact;status=We welcome your Questions, Comments, and Suggestions;");
aI("text=Mocha Blog;url=mochablog/mochablog.html;status=Mocha Moment's Print and Picture Journal;");
}

with(milonic=new menuname("Welcome")){
style=menuStyle;
aI("text=Dean Family;url=dean.htm;");
aI("text=Early History;url=history.htm;");
aI("text=Mocha Moment Story;url=http://www.mochamoment.com/mochablog/mochastory.html;");
aI("text=Front Page--Gazette;url=gazette.htm;");
aI("text=The Corner;url=corner.htm;");
aI("text=The Latest;url=latest.htm;");
}

with(milonic=new menuname("Roaster")){
style=menuStyle;
aI("text=Diedrich Roaster;url=roaster.html;status=Diedrich Coffee Roaster at Mocha Moment;");
}

with(milonic=new menuname("Friends")){
style=menuStyle;
aI("text=Welcome Banner;url=friends.htm#jerryandvicki;");
aI("text=Fireplace;url=friends.htm#ron;");
aI("text=Mocha My Day;url=friends.htm#carl;");
aI("text=Antiques and Decor;url=friends.htm#dawnandjudy;");
aI("text=Table Flowers;url=friends.htm#jean;");
aI("text=Bluebird Houses;url=friends.htm#harv;");
aI("text=Hills;url=friends.htm#rod;");
aI("text=Wren Houses;url=friends.htm#eric;");
aI("text=Eagle;url=friends.htm#sarows;");
aI("text=Sun Dial;url=friends.htm#josh;");
aI("text=Sun Dial Flower Garden;url=friends.htm#colleen;");
}

with(milonic=new menuname("Menu")){
style=menuStyle;
aI("text=Menu;url=Mocha.pdf;status=Mocha Moment's Menu;");
aI("text=Dog Biscotti;url=menupag3.htm;status=Catering to Canine Connoisseurs;");
aI("text=Kathy's Bakery;url=menupag5.htm;status=Kathy's Homemade Bakery Fresh Daily;");
}

with(milonic=new menuname("Features")){
style=menuStyle;
aI("text=Homemade Bakery, Fireplace, Internet, Deck;url=features.htm;status=Homemade Bakery, Fireplace, Internet, Deck;");
aI("text=Gift Baskets;url=features.htm#baskets;status=Design your own Gift Basket;");
}

with(milonic=new menuname("Meetingplace")){
style=menuStyle;
aI("text=Breastfeeding Cafe;url=laleche.htm;status=Part of La Leche League of Rock County;url=laleche.htm;");
aI("text=Literary Moment;url=literarymoment.htm;status=Literary Moment Book Club meets at Mocha Moment;url=literarymoment.htm;");
aI("text=Mac Interest Group;url=meetingplace.htm;status=Mac Interest Group meets at Mocha Moment;url=macusers.htm;");
}

with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Email Us;url=comments.htm;status=Email us your questions, comments, and suggestions;");
}

with(milonic=new menuname("MochaBlog")){
style=menuStyle;
aI("text=Mocha Blog;url=mochablog/mochablog.html;status=Mocha Moment's Blog;");
}


drawMenus();

