/* Darebin BUG Local Navigation Menu

EDIT ONLY WHERE INDICATED

Do not edit anything below this line, until instructed to do so

WARNING: be careful when editing - leaving a blank line or omitting a 
single semi-colon, comma, etc, can break the menu

*/

YOffset=108; <!--this controls the vertical start position of the menu-->
NSYOffset=-4; // Extra adjustment if menu in NS is not in desired spot but the menu in IE is...
XOffset=4; <!--this controls the horizontal position of the menu-->
NSXOffset=-6; // Extra adjustment if menu in NS is not in desired spot but the menu in IE is...
staticMode="advanced";
staticYOffset=103; <!--this controls where the menu stops after scrolling-->
linkAlign="left";
linkSize="2";
linkFont="Verdana";
linkColor="black";
linkBGColor="whitesmoke";
linkHColor="black";
linkHBGColor="#DAFF99";<!-- controls the menu link highlight / mouseover colour -->
hdrAlign="center";
hdrSize="2";
hdrFont="Verdana";
hdrColor="black";
hdrBGColor="#DFFCAC";<!-- controls the menu header background colour -->
menuIsStatic="yes";
menuWidth=110;
menuBGColor="black";
subWidth=110;
subBGColor="black";
baseTarget="";<!--edit below here where indicated-->

startMenu('Darebin BUG');
addItem('&nbsp;Get Involved', 'http://www.darebinbug.org.au/get_involved.html', '', 'get');
addItem('&nbsp;Take Action', 'http://www.darebinbug.org.au/take_action.html', '', 'act');
addItem('&nbsp;Go Cycling', 'http://www.darebinbug.org.au/rides.html', '', 'go');
addItem('&nbsp;Learn Skills', 'http://www.darebinbug.org.au/learn.html', '', 'learn');
addItem('&nbsp;Other Stuff', 'http://www.darebinbug.org.au/other.html', '', 'other');
addItem('&nbsp;Documents', 'http://www.darebinbug.org.au/docs.html', '', 'docs');
endMenu();
startSubMenu('get', '210');
addItem('&nbsp;Monthly BUG Meetings', 'http://www.darebinbug.org.au/meetings.html');
addItem('&nbsp;Committee of Management', 'http://www.darebinbug.org.au/COM.html');
endSubMenu();
startSubMenu('act', '210');
addItem('&nbsp;Campaign Activities', 'http://www.darebinbug.org.au/campaigns.html');
addItem('&nbsp;Darebin BUG in the community', 'http://www.darebinbug.org.au/community.html');
addItem('&nbsp;Report a Safety Hazard', 'http://www.darebinbug.org.au/hazard.html');
addItem('&nbsp;Report a Traffic Infringement', 'http://www.darebinbug.org.au/hazard.html#infringement');
addItem('&nbsp;Past Achievements', 'http://www.darebinbug.org.au/achievements.html');
endSubMenu();
startSubMenu('go', '210');
addItem('&nbsp;Rides Calendar', 'http://www.google.com/calendar/embed?src=darebinbug%40yahoo.com.au&ctz=Australia/Melbourne');
addItem('&nbsp;Weekday Rides', 'http://www.darebinbug.org.au/rides.html');
addItem('&nbsp;Saturday Market Rides', 'http://www.darebinbug.org.au/rides.html#sat');
addItem('&nbsp;Sunday Rides', 'http://www.darebinbug.org.au/rides.html#sun');
addItem('&nbsp;Training Rides', 'http://www.darebinbug.org.au/rides.html#train');
addItem('&nbsp;Weekend Rides', 'http://www.darebinbug.org.au/rides.html#weekend');
endSubMenu();
startSubMenu('learn', '180');
addItem('&nbsp;Ride Leadership Workshop', 'http://www.darebinbug.org.au/ride_leaders_workshop.html');
endSubMenu();
startSubMenu('other', '70');
addItem('&nbsp;T-Shirts', 'http://www.darebinbug.org.au/tshirts.html');
addItem('&nbsp;Links', 'http://www.darebinbug.org.au/links.html');
addItem('&nbsp;Logos', 'http://www.darebinbug.org.au/logos.html');
endSubMenu();
startSubMenu('docs', '300');
addItem('&nbsp;Monthly Meeting Minutes', 'http://www.darebinbug.org.au/general_minutes.html');
addItem('&nbsp;Committee of Management Minutes', 'http://www.darebinbug.org.au/COM_minutes.html');
addItem('&nbsp;Risk Management Policy', 'http://www.darebinbug.org.au/docs/risk_mgt_policy.doc');
addItem('&nbsp;Darebin BUG Rules', 'http://www.darebinbug.org.au/docs/Darebin_BUG_rules.doc');
addItem('&nbsp;Darebin BUG Flyer', 'http://www.darebinbug.org.au/docs/darebin_bug_flyer.doc');
addItem('&nbsp;Ride Guidelines', 'http://www.darebinbug.org.au/docs/ride_guidelines.doc');
addItem('&nbsp;Ride Registration Form', 'http://www.darebinbug.org.au/docs/ride_registration_form.doc');
addItem('&nbsp;Ride Leaders Cheatsheet', 'http://www.darebinbug.org.au/docs/Ride_leaders_Cheat_Sheet_v2-1.doc');
addItem('&nbsp;Committee of Management Role Descriptions', 'http://www.darebinbug.org.au/docs/COM_roles.pdf');

endSubMenu();



