


_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="#669966";
oncolor="#000000";
offbgcolor="#4C8063";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#4C8063";
separatorsize="0";
padding=4;
fontsize="12px";
fontfamily="Geneva, Arial, Helvetica, san-serif";
pagecolor="#ffffff";
pagebgcolor="#4C8063";
headercolor="#4C8063";
headerbgcolor="#4C8063";
subimage="/images/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(menuStyle2=new mm_style()){
onbgcolor="#669966";
oncolor="#000000";
offbgcolor="#4C8063";
offcolor="#ffffff";
bordercolor="";
borderstyle="";
borderwidth=0;
separatorcolor="#4C8063";
separatorsize="0";
padding=4;
fontsize="10px";
fontweight="bold";
fontfamily="Geneva, Verdana, Arial, Helvetica, san-serif";
pagecolor="#ffffff";
pagebgcolor="#4C8063";
headercolor="#4C8063";
headerbgcolor="#4C8063";
subimage="/images/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("company")){
style=menuStyle;
overflow="scroll";
position="absolute";
aI("text=History;url=/company.shtml#history;");
aI("text=Core Business;url=/company.shtml#core;");
}

with(milonic=new menuname("products")){
style=menuStyle;
position="absolute";
aI("text=Beef Production;url=/beef.shtml;");
aI("text=Cereal Crops;url=/cereal.shtml;");
aI("text=Compost;url=/compost.shtml/;");
aI("text=Compost Tea;url=/compost_tea.shtml;");
aI("text=Grass Seeds;url=/grass.shtml;");
aI("text=Organic Hay;url=/hay.shtml;");
aI("text=Soy Meal;url=/soy_meal.shtml;");
aI("text=Soy Bean Seed;url=/soy_seed.shtml;");
}

with(milonic=new menuname("Partners")){
style=menuStyle;
position="absolute";
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;
position="absolute";
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;
position="absolute";
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("My Milonic")){
style=menuStyle;
position="absolute";
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();

