vMenu = new mainMenu(10, 280, 'V');

with(vMenu)
    {
    fWidth = 139;
    spacing = 0;
    padding = 10;
    hAlignment = 'left';
    vAlignment = 'top';
    bgColorOut = '';
    bgColorOver = '';
    bgColorSel = '';
    fgColorOut = '#FFFFFF';
    fgColorOver = '#FFFFFF';
    fgColorSel = '#FFFFFF';
    itemTemplate = 'ITEM_IMG';

    addItem('news', 'NEWS', 'http://www.metodobillings.it/news.htm');
    with(items['news'])
        {
        imgOut = imgOver = 'http://www.metodobillings.it/btn/out/news.png';
        imgSel = 'http://www.metodobillings.it/btn/sel/news.png';
        imgAttributes = 'width=54 height=11';
        }


    addItem('pubblicazioni', 'PUBBLICAZIONI', 'http://www.metodobillings.it/pubblicazioni.htm');
    with(items['pubblicazioni'])
        {
        imgOut = imgOver = 'http://www.metodobillings.it/btn/out/pubblicazioni.png';
        imgSel = 'http://www.metodobillings.it/btn/sel/pubblicazioni.png';
        imgAttributes = 'width=102 height=11';
        }



    addItem('download', 'DOWNLOAD', 'http://www.metodobillings.it/download.htm');
    with(items['download'])
        {
        imgOut = imgOver = 'http://www.metodobillings.it/btn/out/download.png';
        imgSel = 'http://www.metodobillings.it/btn/sel/download.png';
        imgAttributes = 'width=124 height=21';
        }

    addItem('rassegnastampa', 'RASSEGNASTAMPA', 'http://www.metodobillings.it/rassegna.htm');
    with(items['rassegnastampa'])
        {
        imgOut = imgOver = 'http://www.metodobillings.it/btn/out/rassegna.gif';
        imgSel = 'http://www.metodobillings.it/btn/sel/rassegna.gif';
        imgAttributes = 'width=127 height=24';
        }

    addItem('5x1000', '5X1000', 'http://www.metodobillings.it/5x1000.htm');
    with(items['5x1000'])
        {
        imgOut = imgOver = 'http://www.metodobillings.it/btn/out/5x1000.png';
        imgSel = 'http://www.metodobillings.it/btn/sel/5x1000.png';
        imgAttributes = 'width=63 height=11';
        }

    addItem('link', 'LINK', 'http://www.metodobillings.it/link.htm');
    with(items['link'])
        {
        imgOut = imgOver = 'http://www.metodobillings.it/btn/out/link.png';
        imgSel = 'http://www.metodobillings.it/btn/sel/link.png';
        imgAttributes = 'width=49 height=11';
        }

    addItem('riservata', 'RISERVATA', 'http://www.metodobillings.it/riservata.htm');
    with(items['riservata'])
        {
        imgOut = imgOver = 'http://www.metodobillings.it/btn/out/riservata.png';
        imgSel = 'http://www.metodobillings.it/btn/sel/riservata.png';
        imgAttributes = 'width=124 height=21';
        }
    }

