// Title: Menu Strips (Relative)
// Description: strip menu
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 8;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#DFDFDF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#FF0000';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.menuborder = '1px #000000 solid';
ace_state.cellpadding = 1;
ace_state.fopacity = '90';
ace_state.fshadow = '#040404';

acemenu = new ACEMenu('0');
acemenu.columns = 10;
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#FF0000';
acemenu.nftcolor = '#000000';
acemenu.width = '810';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '0px #E9D7B1 solid';
acemenu.menuborder = '0px #FFFFFF solid';
acemenu.hspacing = 0;
acemenu.cellpadding = 0;
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Home Page', 'http://www.bushwalking-cycling.com/index.html', '', false , 'Entry page to this Web Site');
acemenu.AddItem('Admin*', 'Admoinistration,  advocacy,  news, general info, guidelines', '', true , '');
acemenu.AddItem('Bushwalking*', '', '', true , 'This menu contains links to bushwalking rules, equipment suggestions, safety, guidelines, responsible bushwalking guidelines, walk suggestions, leader guidelines, map reading etc');
acemenu.AddItem('Cycling*', '', '', true , '');
acemenu.AddItem('Macbug Links', 'http://www.bushwalking-cycling.com/links.html', '', false , 'MacBUG links page');
acemenu.AddItem('News', 'towncryer.html', '', false , 'Town Cryer news page');
acemenu.AddItem('Photo Galleries', 'http://www.bushwalking-cycling.com/photo_index.html', '', false , 'Index page for all bushwalking galleries');
acemenu.AddItem('Site Map', 'sitmap.html', '', false , 'The Site Map contains links to every document on this Web Site, in addition there is a brief description of each document to assist you  in navigation around the Web Site, a description and links to the .pdf printable files are found here');
acemenu.AddItem('Whaling*', '', '', true , 'Japanese whaling in Australian antarctic waters');

acemenu = new ACEMenu('2');
acemenu.columns = 1;
acemenu.hbgcolor = '#FFFFFF';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';
acemenu.itemborder = '0px  solid';
acemenu.hspacing = 2;
acemenu.fopacity = '100';
acemenu.fshadow = '#4F4F4F';

acemenu.AddItem('Cycling & Bushwalking Guidelines', 'http://www.bushwalking-cycling.com/bushwalkingrules.html', '', false , 'How do I join - booking for a walk - shared travel - costs etc');
acemenu.AddItem('Participant Checklist', 'macbug_participant_checklist.html', '', false , 'Items to cheque before a ride');

acemenu = new ACEMenu('3');
acemenu.columns = 2;
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';
acemenu.itemborder = '0px  solid';
acemenu.fopacity = '100';
acemenu.fshadow = '#4F4F4F';

acemenu.AddItem('Bushwalking Confederation', 'http://www.bushwalking.org.au', '', false , 'Link to the Confederation of Bushwalking NSW Inc');
acemenu.AddItem('Personal Info-equipment lists-safety etc ', 'http://www.bushwalking-cycling.com/clubinfo.html', '', false , 'General guidelines for the individual incliding');
acemenu.AddItem('Over Night Backpack Equipment', 'overnight.html', '', false , 'Suggested clothing, food and equipment for an over night or several day walk');
acemenu.AddItem('Useful Tips', 'tips.html', '', false , 'General information on the health benefits of bushwalking');
acemenu.AddItem('Technical-Map Reading-Hydration etc ', 'miscellaneous.html', '', false , 'Links to weather, map reading, compass use, tide predictions, personal water consumption, electrolyte use, hydration, equipment and other useful web sites');
acemenu.AddItem('Your First Bushwalk', 'first_walk.html', '', false , 'Advice  - equipment for your initial bushwalk');
acemenu.AddItem('Walk Distances & Grades', 'walkgrades.html', '', false , ' Walk grading list to help you determine a suitable  bushwalk ');
acemenu.AddItem('Walker Guidelines', 'pdffiles/responsible_bushwalker.pdf', '', false , 'Guidelines to enable the bushwalker enjoy the bushwalk (PDF)');
acemenu.AddItem('Walk Leader Guidelines', 'WalkLeadAdvice.html', '', false , 'General advice for the walk leader');
acemenu.AddItem('Walker Responsibilites', 'responsible_bushwalking.html', '', false , 'Guidelines to make your bushwalk safe and enjoyable');
acemenu.AddItem('Full Day Bushwalk Equipment', 'daywalk.html', '', false , 'Equipment suggestions for for a full day walk ');

acemenu = new ACEMenu('4');
acemenu.columns = 2;
acemenu.itemborder = '0px  solid';
acemenu.fshadow = '#4F4F4F';

acemenu.AddItem('Advocacy', 'http://www.bushwalking-cycling.com/advocacy.html', '', false , 'Advocacy');
acemenu.AddItem('Advocacy - Campbelltown Cycleways', 'http://www.bushwalking-cycling.com/ct_roads.html', '', false , 'an evaluation of one of Campbelltown Councils cycleways from the cyclist perspective');
acemenu.AddItem('Advocacy - Intimidation & Abuse', 'http://www.bushwalking-cycling.com/advocacy2.html', '', false , 'Intimidation & abuse experienced by cyclists');
acemenu.AddItem('Buying a bike', 'macbug_calendar.html', '', false , 'General tips for saving money and obtaining the corect bike for you');
acemenu.AddItem('MacBUG Group Guidelines', 'macbug_guidelines.html', '', false , 'Guidelines from Bicycle NSW');
acemenu.AddItem('Ride Leader Guidelines', 'macbug_ride_leaders.html', '', false , 'BicycleNSW advice fpr leaders');
acemenu.AddItem('Touring bikes', 'purchase.html', '', false , 'Establish your requirements - shop around');

acemenu = new ACEMenu('9');
acemenu.columns = 1;
acemenu.itemborder = '0px  solid';
acemenu.fshadow = '#4F4F4F';

acemenu.AddItem('Whale Hunting ', 'http://www.bushwalking-cycling.com/whale.html', '', false , 'Facts and figures you should know along with links to whale Web Sites');
acemenu.AddItem('Whale Hunting - research', 'http://www.bushwalking-cycling.com/whale2.html', '', false , 'The pros and cons of whale hunting by the japanese');



