// 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 = 5;
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#800000';
acemenu.nbgcolor = '#B2B2CC';
acemenu.nftcolor = '#000000';
acemenu.width = '800';
acemenu.fontFamily = 'Arial Narrow';
acemenu.fontSize = '12pt';
acemenu.fontStyle = 'italic';
acemenu.fontWeight = 'bold';
acemenu.textalign = 'center';
acemenu.itemborder = '1px #DFDFDF solid';
acemenu.menuborder = '0px #7F8150 solid';
acemenu.hspacing = 0;
acemenu.cellpadding = 0;
acemenu.htmlAfter = '&nbsp;';
acemenu.htmlBefore = '&nbsp;';

acemenu.AddItem('Home Page', 'http://macarthuraccountants.com/index.html', '', false , 'Mark Neaverson & Associates Pty Ltd  Accountants');
acemenu.AddItem('Contact', 'http://macarthuraccountants.com/contact.html', '', false , 'Contact');
acemenu.AddItem('Links', 'http://macarthuraccountants.com/links.html', '', false , 'Useful Links ');
acemenu.AddItem('Services Menu', '', '', true , 'Place mouse here to see services menu');
acemenu.AddItem('Site Map', 'http://macarthuraccountants.com/sitemap.html', '', false , 'Discription of every page on this Web Site');

acemenu = new ACEMenu('4');
acemenu.columns = 1;
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'italic';
acemenu.fontWeight = 'bold';

acemenu.AddItem('Business Management', 'http://macarthuraccountants.com/bs_management.html', '', false , 'Make informed business decisions using effective financial reports');
acemenu.AddItem('Financial Services', 'http://macarthuraccountants.com/finservices.html', '', false , 'Our professional associates provide financial planning, insurance, investment & home loan finance');
acemenu.AddItem('New Business Venture', 'http://macarthuraccountants.com/newbusvent.html', '', false , 'Thorough visibility analysis for buying or starting a business');
acemenu.AddItem('Strategic Business Planning', 'http://macarthuraccountants.com/stratbusplan.html', '', false , 'How to protect your business & increase your profit');
acemenu.AddItem('Taxation', 'http://macarthuraccountants.com/taxation.html', '', false , 'GST planning, BAS preparation & completion of individual, business & company taxation returns');


