// Title: Horizontal Menu (Floating)
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'bottom';
ace_state.closedelay = 500;
ace_state.hspacing = 50;
ace_state.width = '50';
ace_state.hbgcolor = '#7F7F7F';
ace_state.hftcolor = '#FFFFFF';
ace_state.nbgcolor = '#022A8A';
ace_state.nftcolor = '#FFFFFF';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '10pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'normal';
ace_state.textalign = 'left';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;
ace_state.divider = '|';

acemenu = new ACEMenu('0');
acemenu.columns = 50;
acemenu.width = '1';
acemenu.hspacing = 100;
acemenu.hbgcolor = '#7F7F7F';
acemenu.nbgcolor = '#022A8A';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('MAIN                                                                         ', '../index.html', '', false , '', '0', '0');
acemenu.AddItem('ABOUT                                              ', '../about-man.html', '', false , '', '0', '0');
acemenu.AddItem('CONTACT                                  ', '../contact-man.html', '', false , '', '0', '0');


