_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#006600";
borderstyle="solid";
borderwidth=1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="65%";
fontstyle="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#eeeeee";
offcolor="#000000";
onbgcolor="#ffcc00";
oncolor="#006600";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=3)";
padding=4;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#999999";
separatorsize=1;
subimage="arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Look Inside")){
overflow="scroll";
style=menuStyle;
aI("text=The Books;url=books.html;")
aI("text=Other Items;url=otheritems.html;")
}

with(milonic=new menuname("Success Stories")){
style=menuStyle;
aI("text=Read Stories;url=success.html;");
aI("text=Submit A Story;url=http://web4.msue.msu.edu/fcs/successsubmit.cfm;");
}

with(milonic=new menuname("Book of the Month")){
style=menuStyle;
aI("text=Current Month;url=currentmonth.html;");
aI("text=Archives;url=archives.html;");
}

drawMenus();

