// Title: Blue Fabric
// Description: 
// Web Folder: 
// Web URL: http://127.0.0.1/
// Absolute Path: False

ace_state.columns = 1;
ace_state.position = 'right';
ace_state.target = 'mainFrame';
ace_state.closedelay = 500;
ace_state.hspacing = 1;
ace_state.width = '176';
ace_state.nowrap = '';
ace_state.hbgcolor = '#FFD62F';
ace_state.hftcolor = '#000066';
ace_state.nbgcolor = '#FF8040';
ace_state.nftcolor = '#FFFFFF';
ace_state.bgimage = '../immagini/sfondo_menu.gif';
ace_state.arrowimage = '../immagini/freccia_sxw.gif';
ace_state.fontFamily = 'Arial';
ace_state.fontSize = '8pt';
ace_state.fontStyle = 'normal';
ace_state.fontWeight = 'bold';
ace_state.textalign = 'left';
ace_state.itemborder = '3px #FFFFFF solid';
ace_state.menuborder = '2px #000066 solid';
ace_state.hbdrsize = '2';
ace_state.hbdrcolor = '#FFFF80';
ace_state.cellpadding = 1;
ace_state.cellspacing = 0;
ace_state.layerpadding = 1;
ace_state.ffade = '0';

acemenu = new ACEMenu('0');
acemenu.target = 'mainFrame';
acemenu.nowrap = '';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '9pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('<img border="0" src="../immagini/logo_vacanze.png" width="30" height="30" align="left" hspace="5">Proposta<br>vacanze', '../proposta_vacanze/home_vacanze.htm', '', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">All\'estero con i Salesiani', '../proposta_vacanze/tgs_vacanze.htm', '', true , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">Soggiorno a Cesenatico', '../proposta_vacanze/home_vacanze.htm', '', true , '', '0', '0');

acemenu = new ACEMenu('2');
acemenu.width = '200';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">Turismo Giovanile Salesiano', '../proposta_vacanze/tgs_vacanze.htm', '', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">35 anni di fondazione TGS', '../proposta_vacanze/pdf/35anni-fondazione_TGS.pdf', 'mainFrame', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">Prenotare una Vacanza-Studio', '../proposta_vacanze/tgs10_vacanze.htm', '', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">Proposte per il 2010', '../proposta_vacanze/tgs10_vacanze.htm#2010', '', false , '', '0', '0');

acemenu = new ACEMenu('3');
acemenu.width = '210';
acemenu.fontFamily = 'Arial';
acemenu.fontSize = '8pt';
acemenu.fontStyle = 'normal';
acemenu.fontWeight = 'bold';

acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">La Casa', '../proposta_vacanze/cesenatico_vacanze.htm#casa', 'mainFrame', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">Prenotazioni', '../proposta_vacanze/cesenatico_vacanze.htm#prenotazioni', '', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">Iscrizione Prenotazione FAMIGLIE', '../proposta_vacanze/iscrizione-famiglie-cesenatico_vacanze.htm', '', false , '', '0', '0');
acemenu.AddItem('<img border="0" src="../immagini/rientro.gif" width="4" height="4">Iscrizione Prenotazione GRUPPI', '../proposta_vacanze/iscrizione-gruppi-cesenatico_vacanze.htm', '', false , '', '0', '0');


