


_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="#FF9900";
oncolor="#ffffff";
offbgcolor="#DCE9F0";
offcolor="#515151";
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
separatorcolor="#2D729D";
separatorsize="1";
padding=5;
fontsize="100%";
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("Main Menu")){
style=menuStyle;
top=90;
left=175;
menualign="left";
alwaysvisible=1;
orientation="horizontal";
screenposition="center";
aI("text=Milonic;url=http://www.milonic.com/;status=Back To Home Page;");
aI("text=HOME;showmenu=HOME;status=Back To Home Page;");
aI("text=EVENTS;showmenu=EVENTS;");
aI("text=ROADS;showmenu=ROADS;");
aI("text=RIDING TIPS;showmenu=RIDING TIPS;");
aI("text=ARCHIVES;showmenu=ARCHIVES;");
aI("text=SITEMAP;showmenu=SITEMAP;");
}

with(milonic=new menuname("HOME")){
style=menuStyle;
overflow="scroll";
aI("text=Home;url=/index.htm;");
aI("text=About Us;url=/aboutus.htm;");
aI("text=Privacy Policy;url=/Privacypolicy.htm;");
aI("text=Members;url=/members.htm;");
aI("text=Store;url=/store.htm;");
aI("text=Contacts;url=/contacts.htm;");
aI("text=Links;url=/links.htm;");

}

   
with(milonic=new menuname("EVENTS")){
style=menuStyle;
aI("text=EVENTS;url=/EventCal.htm;");
aI("text=Riders Rally '10;url=/rr10.htm;");
aI("text-Way West Rally '09;url=/ww09.htm;");
aI("text=Commercial Tours;url=/CommTours.htm;");
aI("text=FIM Touring;url=/FIM Touring.html;");
aI("text=Ferries;url=/shipping.htm;");
aI("text=Packing List;url=/Tourpacklist.htm;");
}

with(milonic=new menuname("ROADS")){
style=menuStyle;
overflow="scroll";
aI("text=Introduction;url=/roadintro.htm;");
aI("text=Antrim;url=/roadsAD.htm;");
aI("text=Cork-Kerry;url=/roadsCoKe.htm;");
aI("text=Clare;url=/roadsCon.htm;");
aI("text=Donegal;url=/donegalroads06.htm;");
aI("text=Laois/Offaly;url=/offaly.htm;");
aI("text=Meath;url=/RRTrim.htm;");
aI("text=Sligo/Leitrim;url=/sligo.htm;");
aI("text=West Galway;url=/roadsg-m.htm;");
aI("text=Mayo;url=/Mayo07.htm;");
aI("text=Waterford Roads;url=/waterford.htm;");
aI("text=Wicklow;url=/roadsSE.htm;");
aI("text=Newfoundland;url=/roadsnfld.htm;");
aI("text=Russia;url=/roadsruss.htm;");
}

with(milonic=new menuname("RIDING TIPS")){
style=menuStyle;
aI("text=Before Every Ride;url=/Beforeride.htm;");
aI("text=New Rider?;url=/New Rider.htm;");
aI("text=Long Rides;url=/Secretsoftouring.htm;");
aI("text=Survival Tips;url=/Surviving.htm;");
}

with(milonic=new menuname("ARCHIVES")){
style=menuStyle;
aI("text=FIM 2001 Press;url=/FIM Rally Press.htm;");
aI("text=FIM 2001 Stats 2;url=/FIM Rally Stat2.htm;"); 
aI("text=2001 Welcome Speech;url=/FIM_UDCspeech.htm;");
aI("text=FIM 2001 Stats;url=/FIM 2001Arch1.htm;");
aI("text=Photo Centre;url=http://pub14.bravenet.com/photocenter/album.php?usernum=1127546892&cpv=2;");
}

with(milonic=new menuname("SITEMAP")){
style=menuStyle;
aI("text=SITEMAP;url=/sitemap.htm;");
}

drawMenus();

