with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
left=10;
orientation="horizontal";
style=headerStyle;
top=10;
position="relative";

aI("status=Back To Home Page;text=Home;url=http://www.horshamcycling.com.au/;");
aI("showmenu=Racing;text=Racing;");
aI("showmenu=Info;text=Info;");
aI("showmenu=Resources;text=Resources;");
aI("showmenu=Contacts;text=Contacts;");

}

with(milonic=new menuname("Racing")){
overflow="scroll";
style=menuStyle;
aI("text=Maps - Coming Soon;")
aI("text=2010 Road Race Calendar;url=notices/Road Racing Calander May - June 2008.xls;")
aI("text=Results;url=Racing_results/Ararat 260507.php")
aI("text= Club 2009/10 Summer Track Race & Training Fixture;url=Racing results/Proposed track fixture 200 - 2009.doc")
aI("text=Results - Horsham Carnival 27/12/2010;url=http://www.vic.cycling.org.au/?Page=36018")

}

with(milonic=new menuname("Info")){
style=menuStyle;
aI("text=Weather Forcast;url=http://www.abc.net.au/westernvic/news/weather.htm?section=forecast;")
aI("text=Local Accomdation Guide;url=http://www.accommodationguide.com.au/sitemap/nrma/Grampians-horsham.shtm;")
aI("text=For Sale;url=http://www.bikeexchange.com.au;")
}

with(milonic=new menuname("Resources")){
style=menuStyle;
aI("target=_blank;targetfeatures=width=700 height=550 scrollbars=yes;text=Photo Gallery;url=/gallery3/;")
aI("text=Links;url=links.php;")

}

with(milonic=new menuname("Contacts")){
style=menuStyle;
aI("text=Email HCC;url=email.php;")
}

drawMenus();

