// Title: 
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 5;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hspacing = 0;
ace_state.width = '784';
ace_state.hbgcolor = '#000000';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#008000';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.textalign = 'center';
ace_state.itemborder = '0px  solid';
ace_state.menuborder = '0px  solid';
ace_state.hbdrsize = '0';
ace_state.cellpadding = 0;
ace_state.cellspacing = 10;
ace_state.layerpadding = 0;

acemenu = new ACEMenu('0');

acemenu.AddItem('HOME', 'index.htm', '', false , '', '0', '0');
acemenu.AddItem('SHOWROOM', 'showroom.htm', '', false , '', '0', '0');
acemenu.AddItem('INSPIRATION', 'inspiration.htm', '', false , '', '0', '0');
acemenu.AddItem('BENEFITS', 'benefits.htm', '', false , '', '0', '0');
acemenu.AddItem('CONTACT', 'contact.htm', '', false , '', '0', '0');



