// Title: Blank Menu
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: Falso

ace_state.columns = 1;
ace_state.position = 'top';
ace_state.target = 'mainFrame';
ace_state.closedelay = 500;
ace_state.hspacing = 1;
ace_state.width = '120';
ace_state.nowrap = '';
ace_state.hbgcolor = '#FFFF80';
ace_state.hftcolor = '#FF6600';
ace_state.nbgcolor = '#FFFFFF';
ace_state.nftcolor = '#000066';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '9pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.textalign = 'center';
ace_state.hbdrsize = '1';
ace_state.hbdrcolor = '#FF6600';
ace_state.cellpadding = 1;
ace_state.layerpadding = 3;
ace_state.ffade = '0';

acemenu = new ACEMenu('0');
acemenu.textalign = 'center';

acemenu.AddItem('Informazioni', '../set_top/informazioni.htm', '', true , '', '-1', '0');

acemenu = new ACEMenu('1');

acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="2" height="1">S. Giovanni Bosco', '../set_top/don_bosco.htm', '', false , '', '0', '0');
acemenu.AddItem('Collegamenti utili', '../set_top/link_utili.htm', '', false , '', '0', '0');
acemenu.AddItem('Chi siamo', '../set_top/chi_siamo.htm', '', false , '', '0', '0');


