vMenu = new mainMenu(8, 110, 'V');

with(vMenu)
    {
    fWidth = 134;
    spacing = 3;
    padding = 0;
    hAlignment = 'left';
    vAlignment = 'top';
    bgColorOut = '';
    bgColorOver = '';
    bgColorSel = '';
    fgColorOut = '#008479';
    fgColorOver = '#ffffff';
    fgColorSel = '#ffffff';
    itemTemplate = 'ITEM_IMG';
    imgAttributes = 'width=8 height=14 align=top';

    addItem('osservatorio', 'Osservatorio', '/admin/news/view/list.php?username=osservatorio&sys_aid=4');
    with(items['osservatorio'])
        {
        imgOut = imgOver = '/btn/out/osservatorio.gif';
        imgSel = '/btn/sel/osservatorio.gif';
        imgAttributes = 'width=167 height=16';
        }

    addItem('internalizzazione', 'Internalizzazione', '/internalizzazione.htm');
    with(items['internalizzazione'])
        {
        imgOut = imgOver = '/btn/out/internalizzazione.gif';
        imgSel = '/btn/sel/internalizzazione.gif';
        imgAttributes = 'width=167 height=16';
        }

/*
    addItem('benchmarking', 'Benchmarking', '/benchmark.htm');
    with(items['benchmarking'])
        {
        imgOut = imgOver = '/btn/out/benchmarking.gif';
        imgSel = '/btn/sel/benchmarking.gif';
        imgAttributes = 'width=167 height=16';
        }
*/

	addSeparator(15);


    addItem('lab', 'Tutte le prove di laboratorio', '/prove.htm');
    with(items['lab'])
        {
        imgOut = imgOver = '/btn/out/prove.gif';
        imgSel = '/btn/sel/prove.gif';
        imgAttributes = 'width=163 height=16';
        }

   addItem('marchi', 'Tutti i marchi', '/marchi.htm');
    with(items['marchi'])
        {
        imgOut = imgOver = '/btn/out/marchi.gif';
        imgSel = '/btn/sel/marchi.gif';
        imgAttributes = 'width=163 height=16';
        }


//    addItem('corsi', 'Tutti i corsi', '/formazione/uc.htm');
    addItem('corsi', 'Tutti i corsi', '/admin/corsi/view/listall.php?username=formazione&sys_aid=1&tpl=.all');
    with(items['corsi'])
        {
        imgOut = imgOver = '/btn/out/corsi.gif';
        imgSel = '/btn/sel/corsi.gif';
        imgAttributes = 'width=163 height=16';
        }

  addItem('convegni', 'Tutti i convegni', '/admin/convegni/view/list.php?username=osservatorio&sys_aid=5&tlp=all');
  with(items['convegni'])
        {
        imgOut = imgOver = '/btn/out/convegni.gif';
        imgSel = '/btn/sel/convegni.gif';
        imgAttributes = 'width=163 height=16';
        }



	addSeparator(15);

    addItem('iscriviti', 'Iscriviti a info@ctc', '/iscriviti.htm');
    with(items['iscriviti'])
        {
        imgOut = imgOver = '/btn/out/iscriviti.gif';
        imgSel = '/btn/sel/iscriviti.gif';
        imgAttributes = 'width=163 height=16';
        }

    addItem('down', 'Documentazione Scaricabile', '/admin/uploader/pub/list.php?username=ctc&sys_op=5&sys_aid=3&tpl=.ctc');
    with(items['down'])
        {
        imgOut = imgOver = '/btn/out/down.gif';
        imgSel = '/btn/sel/down.gif';
        imgAttributes = 'width=163 height=16';
        }

    addItem('mappa', 'Mappa del sito', '/mappa.htm');
    with(items['mappa'])
        {
        imgOut = imgOver = '/btn/out/mappa.gif';
        imgSel = '/btn/sel/mappa.gif';
        imgAttributes = 'width=163 height=24';
        }
    }


