vMenu = new mainMenu(0, 150, 'V');

with(vMenu)
    {
    fWidth = 159;
    spacing = 0;
    padding = 0;
    hAlignment = 'right';
    vAlignment = 'top';
    bgColorOut = '';
    bgColorOver = '';
    bgColorSel = '';
    fgColorOut = '#2b398c';
    fgColorOver = '#a7b000';
    fgColorSel = '#a7b000';
    itemTemplate = 'ITEM_IMG<font class="vMenu">ITEM_TEXT </font>';
    imgOut = '/images/r_blank.gif';
    imgOver = '/images/r_senior.gif';
    imgSel = '/images/r_senior.gif';
    imgAttributes = 'width=12 height=16 align=right';

    addItem('v0', 'Benvenuto', '/senior_benvenuto.htm');
    addItem('v1', 'Chi siamo', '/senior_chi.htm');
    with(items['v1'])
        {
        submenu = new subMenu();
        with(submenu)
            {
            width = 180;
            padding = 1;
            spacing = 0;
            itemTemplate = '<img src="/images/li.gif" hspace=6 border=0><font class="vMenu">ITEM_TEXT</font>';
            bgColorOut = '#E1E1E1';
            bgColorOver = '#E1E1E1';
            fgColorOut = '#000000';
            fgColorOver = '#000000';
            addItem('v1a', 'Le cifre', '/senior_chi.htm');
            addItem('v1b', 'Dove operiamo', '/senior_dove.htm');
            }
        }
    addItem('v2', 'Il confort dei senior <br>&egrave; il nostro mestiere', '/senior_conf.htm');
    addItem('v3', 'I servizi nelle residenze<br>per anziani', '/senior_pers.htm');
         with(items['v3'])
        {
        submenu = new subMenu();
        with(submenu)
            {
            width = 180;
            padding = 1;
            spacing = 0;
            itemTemplate = '<img src="/images/li.gif" hspace=6 border=0><font class="vMenu">ITEM_TEXT</font>';
            bgColorOut = '#E1E1E1';
            bgColorOver = '#E1E1E1';
            fgColorOut = '#000000';
            fgColorOver = '#000000';
            addItem('v3a', 'Ristorazione', '/senior_pers.htm');
            addItem('v3b', 'Pulizia', '/senior_pul.htm');
            addItem('v3c', 'Lavanderia e guardaroba', '/senior_lav.htm');
            addItem('v3d', 'Bar', '/senior_da.htm');
            }
        }
    addItem('v4', 'Multiservice', '/senior_mult.htm');
    addItem('v5', 'Servizi domiciliari', '/senior_dom.htm');
    addItem('v6', 'Progettiamo insieme', '/senior_prog.php');
    with(items['v6'])
        {
        submenu = new subMenu();
        with(submenu)
            {
            width = 180;
            padding = 1;
            spacing = 0;
            itemTemplate = '<img src="/images/li.gif" hspace=6 border=0><font class="vMenu">ITEM_TEXT</font>';
            bgColorOut = '#E1E1E1';
            bgColorOver = '#E1E1E1';
            fgColorOut = '#000000';
            fgColorOver = '#000000';
            addItem('v6a', 'Valutate i vostri servizi', '/senior_prog.php');
            addItem('v6b', 'Consulenza', '/senior_cons.htm');
            }
        }
            addItem('v7', 'Innovazione', '/admin/news/view2/list.php?username=senior&sys_op=4&sys_aid=18');

    addSeparator(15);

    addItem('v_main', 'Attivit&agrave;', '/index.htm');
    with(items['v_main'])
        {
        fgColorOver = '#eb1020';
        fgColorSel = '#eb1020';
        imgOver = '/images/r_sodexho2.gif';
        imgSel = '/images/r_sodexho2.gif';
        submenu = new subMenu();
        with(submenu)
            {
            width = 150;
            padding = 1;
            spacing = 0;
            itemTemplate = '<img src="/images/li_b.gif" hspace=6 border=0><font class="vMenu">ITEM_TEXT</font>';
            bgColorOut = '#eb1020';
            bgColorOver = '#eb1020';
            fgColorOut = '#ffffff';
            fgColorOver = '#ffffff';
            addItem('v_main_a', 'Aziende' ,'/aziende_benvenuto.php?sys_aid=13');
            addItem('v_main_b', 'Scuole', '/admin/news/view/list.php?username=scuole&sys_aid=9');
            addItem('v_main_c', 'Sanit&agrave;', '/sanita_benvenuto.htm');
            addItem('v_main_d', 'Senior', '/senior_benvenuto.htm');
//            addItem('v_main_e', 'Per chi vola', '/vola.htm');
            }
        }

    addItem('v_8', 'Home Page', '/index.htm');
    with(items['v_8'])
        {
        fgColorOver = '#eb1020';
        fgColorSel = '#eb1020';
        imgOver = '/images/r_sodexho2.gif';
        imgSel = '/images/r_sodexho2.gif';
        }
    }

