


_menuCloseDelay=200           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=50                // Follow scrolling Rate
_subOffsetTop=2               // 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(XPMainStyle=new mm_style()){
onbgcolor="#FFDDDD";
oncolor="#000000";
offbgcolor="#EFEDDE";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=0;
separatorcolor="#EFEDDE";
separatorsize="2";
padding=9;
fontsize="90%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
subimagepadding="2";
onborder="1px solid #AA0000";
offborder="1px solid #cccccc";
}


with(XPMenuStyle=new mm_style()){
onbgcolor="#C1D2EE";
oncolor="#000000";
offbgcolor="transparent";
offcolor="#000000";
bordercolor="#8A867A";
borderstyle="solid";
borderwidth=1;
separatorcolor="#8A867A";
separatorpadding="2";
separatoralign="right";
separatorwidth="80%";
padding=3;
fontsize="95%";
fontstyle="normal";
fontweight="normal";
fontfamily="Tahoma,Helvetica,Verdana";
image="/navbars/xp/xpblank.gif";
subimage="/navbars/xp/arrow.gif";
onborder="1px solid #316AC5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
menubgimage="/navbars/xp/winxp.gif";
}



with(milonic=new menuname("Main Menu")){
style=XPMainStyle;
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
margin=1;
aI("text=Home;image=/navbars/arrow.gif;url=http://www.booboos.com/;status=Home");
aI("text=Messages;image=/navbars/arrow.gif;url=http://www.booboos.com/messages/messages.cfm/;status=Messages");
aI("text=Post New Msg;image=/navbars/arrow.gif;url=http://www.booboos.com/messages/write.cfm;status=Post new msg");


 }
drawMenus();