// 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 = '#A9A996';
ace_state.hftcolor = '#414135';
ace_state.nbgcolor = '#414135';
ace_state.nftcolor = '#A9A996';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.textalign = 'center';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#23231F';
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('Products', 'products.php', '', false , '', '0', '0');
acemenu.AddItem('Gallery', 'http://www.ashinteriors.co.za/gallery', '_blank', false , '', '0', '0');
acemenu.AddItem('Ask Us', 'd3j4k7f8h90na4o12wv09bxkjv.php', '', false , '', '0', '0');
acemenu.AddItem('Contact Us', 'contact.php', '', false , '', '0', '0');



