


_menuCloseDelay=500           // 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=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="#663300";
oncolor="#ffffff";
offbgcolor="#ff9900";
offcolor="#000000";
bordercolor="#ff9900";
borderstyle="";
borderwidth=0;
separatorcolor="#660000";
separatorsize="1";
padding=1;
fontsize="85%";
fontstyle="normal";
fontweight="bold";
fontfamily="Arial";
pagecolor="";
pagebgcolor="";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Strips(duration=0.1);Alpha(opacity=100);Shadow(color='#ff9900', Direction=135, Strength=1)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=75;
left=16;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;Home&nbsp;;url=http://www.wrestlemalibu.com;");
aI("text=&nbsp;Stats&nbsp;;url=http://www.wrestlemalibu.com/stats.php;");
aI("text=&nbsp;Sessions&nbsp;;url=http://www.wrestlemalibu.com/sessions.php;");
aI("text=&nbsp;Travel&nbsp;;url=http://www.wrestlemalibu.com/travel.php;");
aI("text=&nbsp;News, Movies & Appearances&nbsp;;url=http://www.wrestlemalibu.com/newsmovies.php;");
aI("text=&nbsp;Photos&nbsp;;url=http://www.wrestlemalibu.com/photos.php;");
aI("text=&nbsp;Videos for Sale&nbsp;;url=http://www.wrestlemalibu.com/videos.php;");
aI("text=&nbsp;Contact&nbsp;;url=http://www.wrestlemalibu.com/contact.php;");
}

with(milonic=new menuname("AboutAmy")){
style=menuStyle;
overflow="scroll";
itemwidth="90";
separatorcolor="#333333";
separatorsize="2";
separatorwidth="2";
margin="4";
aI("text=&nbsp;Bio&nbsp;;url=about.php;");
aI("text=&nbsp;Resume&nbsp;;url=amyresume.shtml;");
}

with(milonic=new menuname("classes")){
style=menuStyle;
overflow="scroll";
itemwidth="170";
separatorcolor="#333333";
separatorsize="2";
separatorwidth="2";
margin="4";
aI("text=Download Amy's Lectures;url=lecture.html;");
aI("text=Class Prices and Schedules;url=schedule.shtml;");
}

with(milonic=new menuname("Partners")){
style=menuStyle
aI("text=(aq) Web Hosting;url=http://www.a-q.co.uk/;status=(aq) Web Server Hosting & Services;");
aI("text=SMS 2 Email;url=http://www.sms2email.com/;");
aI("text=WebSmith;url=websmith;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("text=Apache Web Server;url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;");
aI("text=MySQL Database Server;url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;");
aI("text=PHP - Development;url=http://www.php.net/;status=PHP - Web Server Scripting as used by Milonic;");
aI("text=phpBB Web Forum System;url=http://www.phpbb.net/;status=PHP Based Web Forum, Milonic's Recommended Forum Software;");
aI("text=Anti Spam Tools;showmenu=Anti Spam;status=Anti Spam Solutions, as used by Milonic;");
}

with(milonic=new menuname("Anti Spam")){
style=menuStyle;
aI("text=Spam Cop;url=http://www.spamcop.net/;");
aI("text=Mime Defang;url=http://www.mimedefang.org/;");
aI("text=Spam Assassin;url=http://www.spamassassin.org/;");
}

with(milonic=new menuname("MyMilonic")){
style=menuStyle;
margin=20;
aI("text=Login;url=http://www.milonic.com/login.php;");
aI("text=Licenses;url=http://www.milonic.com/mylicenses.php;");
aI("text=Invoices;url=http://www.milonic.com/myinvoices.php;");
aI("text=Make Support Request;url=http://www.milonic.com/reqsupport.php;");
aI("text=View Support Requests;url=http://www.milonic.com/mysupport.php;");
aI("text=Your Details;url=http://www.milonic.com/mydetails.php;");
}

drawMenus();


