// Title: Blank Menu
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

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('<div style="background-color: #FFFF80; width:105px"><img border="0" src="../immagini/rientro.gif" width="1" height="1">Accesso Rapido</div>', '', '', true , '', '-1', '0');

acemenu = new ACEMenu('1');
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="2" height="1">Opera S. D. Savio', 'http://www.salesiani.it/parrocchie_oratori/home_savio.htm', 'mainFrame', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="3" height="1">IFP don Bosco', 'http://www.salesiani.it/scuole/cfp/home_cfp.htm', 'mainFrame', false , '', '0', '0');
acemenu.AddItem('Istituto<img border="0" src="../immagini/rientro.gif" width="2" height="1">S.<img border="0" src="../immagini/rientro.gif" width="2" height="1">Ambrogio', 'http://www.salesiani.it/scuole/ambrogio/home_ambrogio.htm', 'mainFrame', false , '', '0', '0');



