// Title: Horizontal Menu (Floating)
// Description: Absolutely Stylish Web Design menu
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#8080FF';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#0000A0';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.cellpadding = 1;

acemenu = new ACEMenu('0');
acemenu.columns = 9;
acemenu.position = 'bottom';
acemenu.target = '_self';
acemenu.hbgcolor = '#FFFFFF';
acemenu.hftcolor = '#ff6633';
acemenu.nbgcolor = '#f2f2f2';
acemenu.nftcolor = '#0C155A';
acemenu.width = '840';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'normal';
acemenu.textalign = 'center';
acemenu.itemborder = '0px #BFBFBF solid';

acemenu.AddItem('Home Page', 'index.html', '', false , 'Introduction to Reno Smash Repairs website');
acemenu.AddItem('Contact menu*', '', '', true , 'Contact details & information');
acemenu.AddItem('faq', 'faq.html', '', false , 'frequently asked questions');
acemenu.AddItem('Links', 'links.html', '', false , 'Links to useful resources and examples');
acemenu.AddItem('Location', 'location.html', '', false , 'RSR Campbelltown location');
acemenu.AddItem('Repair menu*', '', '', true , 'all stages of the vehicle repair');
acemenu.AddItem('Testimonials', 'testimonial.html', '', false , 'Client tetimonials');
acemenu.AddItem('Towing', 'towing_services.html', '', false , 'Towing and recovery services ');
acemenu.AddItem('Site Map', 'sitemap.html', '', false , 'Directory of all pages on this website');

acemenu = new ACEMenu('2');
acemenu.columns = 1;
acemenu.position = 'bottom';

acemenu.AddItem('Contact RSR', 'contact.html', '', false , 'Contact Reno Smash Repairs');
acemenu.AddItem('Employment', 'cv.html', '', false , 'Job application advice');

acemenu = new ACEMenu('6');
acemenu.columns = 1;
acemenu.position = 'bottom';

acemenu.AddItem('Repair', 'repair.html', '', false , 'The various stages of a vehicle repair');
acemenu.AddItem('Online quote', 'quote.html', '', false , 'Guidelines to request an Online quote');


