_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="#999999";
oncolor="#FFFFFF";
offbgcolor="#666666";
offcolor="#FFFFFF";
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='#330000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}

// EDIT MENU ITEMS HERE...
with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=My account;url=userinfo.php");
aI("text=Billing History;url=billhistory.php");
aI("text=Cancel Account;url=cancelaccount.php");
aI("text=Disclaimer;url=warning.php");
}

// AND HERE...
with(milonic=new menuname("Milonic2")){
style=menuStyle;
aI("text=List Sites;url=psites.php");
aI("text=List Bookmarks;url=listbookmark.php");
aI("text=List Votes;url=listvote.php");
}

// AND HERE!
with(milonic=new menuname("Milonic3")){
style=menuStyle;
aI("text=Post Tickets;url=http://support.adultbouncer.com/index.php?_m=tickets&_a=submit&group=abmembers");
aI("text=Live Person Help;url=contacts-live.php");
}
drawMenus();


