// 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 = 7;
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#FF0000';
acemenu.nftcolor = '#000000';
acemenu.width = '800';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #E9D7B1 solid';
acemenu.menuborder = '0px #FFFFFF solid';
acemenu.hspacing = 2;
acemenu.cellpadding = 0;
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Home Page', 'http://www.georges-river-macarthur.com/index.html', '', false , 'Entry page to this Web Site');
acemenu.AddItem('Contact', 'http://www.georges-river-macarthur.com/contact.html', '', false , 'Contact, aims and goals');
acemenu.AddItem('Links page', 'http://www.georges-river-macarthur.com/links.html', '', false , 'bushwalking and allied websites');
acemenu.AddItem('Longwall Mining*', '', '', true , '');
acemenu.AddItem('Macarthur rivers*', '', '', true , '');
acemenu.AddItem('News page', 'http://www.georges-river-macarthur.com/news.html', '', false , 'Town Cryer news page');
acemenu.AddItem('Site Map', 'http://www.georges-river-macarthur.com/sitemap.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 = new ACEMenu('4');
acemenu.columns = 2;
acemenu.itemborder = '0px  solid';
acemenu.fshadow = '#4F4F4F';

acemenu.AddItem('Backstow after mining', 'http://www.georges-river-macarthur.com/backstow.html', '', false , 'backstown to reduce surface damage above longwalls');
acemenu.AddItem('BHP - environmental damage', 'http://www.georges-river-macarthur.com/bhp_environment.html', '', false , 'The long term affects of longwall mining on the Australian and worlds environment');
acemenu.AddItem('BHP-Billiton vandalism at its worst', 'http://www.georges-river-macarthur.com/bhp_misinformation.html', '', false , 'Denial, misinformation and avoidance of responsibility');
acemenu.AddItem('BHP - our politicians', 'http://www.georges-river-macarthur.com/bhp_politicians.html', '', false , 'They authorise environmental damage, global warming, cracked rivers and loss of drinking water');
acemenu.AddItem('Cost of Clean coal', 'http://www.georges-river-macarthur.com/cost_clean_coal.html', '', false , 'Clean coal, myth of fact');
acemenu.AddItem('Environmental vandals', 'http://www.georges-river-macarthur.com/environmental_vandals.html', '', false , 'Mining damage world wide');
acemenu.AddItem('Longwall mining process', 'http://www.georges-river-macarthur.com/longwall_process.html', '', false , 'Introduction to long wall mining - the lies and secrets');
acemenu.AddItem('Longwall mining subsidence', 'http://www.georges-river-macarthur.com/mine_subsidence.html', '', false , 'mining subsidence');
acemenu.AddItem('Your town', 'http://www.georges-river-macarthur.com/your_town.html', '', false , 'When longwall mining comes to your town');

acemenu = new ACEMenu('5');
acemenu.columns = 2;

acemenu.AddItem('Broken Promises', 'http://www.georges-river-macarthur.com/broken_promises.html', '', false , 'Broken promises - australian governments and mining companies');
acemenu.AddItem('Cataract river', 'http://www.georges-river-macarthur.com/gr_cataract_river.html', '', false , 'Comparison from 1970 and 1995');
acemenu.AddItem('Dharawal - Darkes Forest', 'http://www.georges-river-macarthur.com/gr_dharawal_darkes.html', '', false , 'Appin road to Darkes Forest');
acemenu.AddItem('Georges river catchment', 'http://www.georges-river-macarthur.com/gr_hare_iluka.html', '', false , '');
acemenu.AddItem('Georges River - dieing river', 'http://www.georges-river-macarthur.com/gr_dieing.html', '', false , 'Georges the dieing river');
acemenu.AddItem('Georges River - photograph gallery', 'http://www.georges-river-macarthur.com/gr_photos.html', '', false , 'Recent photographs of a very sick river');
acemenu.AddItem('Georges River - Macarthur', 'http://www.georges-river-macarthur.com/gr_macarthur.html', '', false , 'Georges River Macarthur');
acemenu.AddItem('Iluka Swamp - Iluka Creek', 'http://www.georges-river-macarthur.com/gr_iluka.html', '', false , 'Water volumes in Georges River and O\'Hares Creek');
acemenu.AddItem('Upper Nepean Catchment', 'http://www.georges-river-macarthur.com/gr_nepean.html', '', false , 'Wedderburn Gorge Campbelltown');
acemenu.AddItem('Stokes Creek - Georges River', 'http://www.georges-river-macarthur.com/gr_stokes.html', '', false , 'Stokes Creek - Georges River');
acemenu.AddItem('Wedderburn', 'http://www.georges-river-macarthur.com/gr_wedderburn.html', '', false , 'Wedderburn mining');
acemenu.AddItem('Wedderburn Gorge', 'http://www.georges-river-macarthur.com/gr_wedderburn_gorge.html', '', false , 'Wedderburn Gorge - The Ditch');


