// Title: Horizontal Menu (Relative)
// Description: 
// 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 = '#CD6601';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#CD6601';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#FFFFFF';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;
ace_state.fopacity = '90';

acemenu = new ACEMenu('0');
acemenu.columns = 50;

acemenu.AddItem('Home', 'index.php', '', false , '', '0', '0');
acemenu.AddItem('Rent a car', 'rent_a_car.php', '', false , '', '0', '0');
acemenu.AddItem('Why Us', 'why_us.php', '', false , '', '0', '0');
acemenu.AddItem('Find Us', 'find_us.php', '', false , '', '0', '0');
acemenu.AddItem('About Cape Town', 'about_capetown.php', '', false , '', '0', '0');
acemenu.AddItem('Links', 'links.php', '', false , '', '0', '0');
acemenu.AddItem('Car Hire Extras', 'extras.php', '', false , '', '0', '0');
acemenu.AddItem('Contact ', 'contact.php', '', false , '', '0', '0');


