


_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=5               // 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(AllImagesStyle=new mm_style()){
bordercolor="#000000";
borderstyle="solid";
padding=3;
fontstyle="normal";
fontweight="normal";
}

with(menuStyle=new mm_style()){
onbgcolor="#4F8EB6";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="75%";
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("aa Samples")){
style=menuStyle;
overflow="scroll";
aI("url=/menusample.php?sampleid=18;image=allimages_on.gif;overimage=allimages.gif;");
aI("url=/menusample.php?sampleid=12;image=xpstyle_on.gif;overimage=xpstyle.gif;");
aI("url=/menusample.php?sampleid=16;image=static_on.gif;overimage=static.gif;");
aI("url=/menusample.php?sampleid=1;image=horizontal_on.gif;overimage=horizontal.gif;");
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("url=http://www.milonic.com/cbuy.php;image=purch_on.gif;overimage=purch.gif;");
aI("url=http://www.milonic.com/contactus.php;image=contact_on.gif;overimage=contact.gif;");
aI("url=http://www.milonic.com/newsletter.php;image=news_on.gif;overimage=news.gif;");
aI("url=http://www.milonic.com/menufaq.php;image=faq_on.gif;overimage=faq.gif;");
aI("url=http://www.milonic.com/forum/;image=forum_on.gif;overimage=forum.gif;");
aI("url=http://www.milonic.com/license.php;image=lic_on.gif;overimage=lic.gif;");
aI("url=http://www.milonic.com/privacy.php;image=privacy_in.gif;overimage=privacy.gif;");
aI("url=http://www.milonic.com/mylicenses.php;image=licenses_on.gif;overimage=licenses.gif;");
}

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=http://www.softidiom.net/;");
}

with(milonic=new menuname("Links")){
style=menuStyle;
aI("url=http://www.apache.org/;status=Apache Web Server, the basis of Milonic's Web Site;image=apache_on.gif;overimage=apache.gif;");
aI("url=http://ww.mysql.com/;status=MySQL, Milonic's Prefered Choice of Database Server;image=mysql_on.gif;overimage=mysql.gif;");
aI("url=http://www.php.net/;status=PHP - Web Server Scripting as used by Milonic;image=php_on.gif;overimage=php.gif;");
}

with(milonic=new menuname("My Milonic")){
style=menuStyle;
aI("url=http://www.milonic.com/login.php;image=login_on.gif;overimage=login.gif;");
aI("url=http://www.milonic.com/myinvoices;image=invoices_on.gif;overimage=invoices.gif;");
aI("url=http://www.milonic.com/reqsupport.php;image=support_on.gif;overimage=support.gif;");
aI("url=http://www.milonic.com/mydetails.php;image=details_on.gif;overimage=details.gif;");
}

drawMenus();

