// Title: Maple
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.target = '_self';
ace_state.closedelay = 500;
ace_state.hbgcolor = '#FF8000';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#008040';
ace_state.nftcolor = '#FFFFFF';
ace_state.arrowimage = 'images/arrow_yellow_r.gif';
ace_state.fontFamily = 'Verdana';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.menuborder = '1px #804000 solid';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;

acemenu = new ACEMenu('0');
acemenu.columns = 8;
acemenu.width = '800';
acemenu.hspacing = 0;
acemenu.hbgcolor = '#DFAA75';
acemenu.nbgcolor = '#B86D0A';
acemenu.nftcolor = '#000000';
acemenu.bgimage = 'images/format/menubar.jpg';
acemenu.arrowimage = 'images/arrow_yellow_d.gif';
acemenu.fontFamily = 'Verdana';
acemenu.fontSize = '10pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';
acemenu.menuborder = '0px #804000 solid';

acemenu.AddItem('Menu', 'null', '', false , '', '0', '0');
acemenu.AddItem('Home', 'default.htm', '', false , 'Click here to return to the Home page', '0', '0');
acemenu.AddItem('Showroom', '', '', true , 'To view our range of products, or see how your room might look using the interactive room designer', '0', '0');
acemenu.AddItem('Dealers', '', '', true , 'Use this option if you want to locate a dealer near you, or if you are a dealer and wish to enter the trading portal', '0', '0');
acemenu.AddItem('Guides & Faq\'s', '', '', true , 'Here you will find guides and general information about wooden floors, installation, maintenance, etc', '0', '0');
acemenu.AddItem('Contact Us', 'contact.htm', '', false , 'Suntups contact details', '0', '0');
acemenu.AddItem('Links', 'links.htm', '', false , 'Links to key services', '0', '0');
acemenu.AddItem('Search', 'search.htm', '', false , 'Search the site for specific items', '0', '0');

acemenu = new ACEMenu('3');

acemenu.AddItem('Our Range', 'range.htm', '', false , 'The Suntups range', '0', '0');
acemenu.AddItem('Suntups Price List', 'images/PDF/PL_SOF.xls', '_blank', false , 'This is a guideline of supply only or/and fitted prices. Costs for areas outside Gauteng may increase slightly due to the transport cost. On the right hand side of the price list you may enter your m2 (add 10% for wastage) to get an estimated total fitted by species. The spreadsheet can be saved or printed, but Suntups do not keep a copy of your file.', '0', '0');
acemenu.AddItem('Loba Floor Sealer Price List', 'images/PDF/PL_Loba_SO.xls', '_blank', false , 'This is a guideline of supply of Loba Floor products. Costs for areas outside Gauteng may increase slightly due to the transport cost. On the right hand side of the price list you may enter your m2 (add 10% for wastage) to get an estimated total fitted by species. The spreadsheet can be saved or printed, but Suntups do not keep a copy of your file.', '0', '0');
acemenu.AddItem('Interactive room design', 'http://woodfloors.org/consumer/dar/darShell.html', '_blank', false , 'This will take you to the NWFA site. You may have to click on START DESIGN... twice', '0', '0');
acemenu.AddItem('Materials Calculator', 'calculator.htm', '', false , 'Use this handy calulator to find out how many packs to order', '0', '0');
acemenu.AddItem('Photo Album', 'album.htm', '', false , 'Browse our photo library', '0', '0');
acemenu.AddItem('Suntups Promo', 'presentation.htm', '_blank', false , '', '0', '0');

acemenu = new ACEMenu('4');

acemenu.AddItem('Find a dealer', 'dealerlocation.htm', '', false , 'Search for a dealer near you', '0', '0');
acemenu.AddItem('Dealers Only', 'dealers.htm', '', false , 'This is for dealers only and is password protected', '0', '0');

acemenu = new ACEMenu('5');

acemenu.AddItem('Installation', 'installation.htm', '', false , '', '0', '0');
acemenu.AddItem('Preventive Maintenance', 'maintenance.htm', '', false , '', '0', '0');
acemenu.AddItem('SOLID or SUPER ENGINEERED flooring?', 'range_specs.htm', '', false , '', '0', '0');
acemenu.AddItem('Company Profile', 'company.htm', '', false , '', '0', '0');
acemenu.AddItem('Disclaimer', 'disclaimer.htm', '', false , '', '0', '0');


