

ace_state.columns = 1;
ace_state.hbgcolor = '#ffcc66';
ace_state.hftcolor = '#000000';
ace_state.nbgcolor = '#000000';
ace_state.nftcolor = '#000000';
ace_state.menuoffset = 1;
ace_state.closedelay = 500;
ace_state.position = 'center';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';

acemenu = new ACEMenu('0');
acemenu.hbgcolor = '#ff9900';
acemenu.hftcolor = '#000000';
acemenu.nbgcolor = '#ffcc66';

acemenu.position = 'bottom';

acemenu.AddItem('<b>INICIO<b> ', '../../main3.asp', '');

