hMenu = new mainMenu(265, 12, 'H');

with(hMenu)
    {
    fHeight = 20;
    border = 0;
    spacing = 0;
    padding = 4;
    hAlignment = 'left';
    vAlignment = 'top';
    bgColorOut = '';
    bgColorOver = '';
    bgColorSel = '';
    fgColorOut = '';
    fgColorOver = '';
    fgColorSel = '';
    borderColor = '#FF0000';
    itemTemplate = 'ITEM_IMG';
    targetTemplate = '';

    addItem('news', 'News', '/admin/news/view_en/list.php3?username=lomac&sys_aid=5');
    with(items['news'])
        {
        imgOut = imgOver = '/en/btn/out/news.png';
        imgSel = '/en/btn/sel/news.png';
        imgAttributes = 'width=42 height=9';
        }

    addItem('scarica', 'Scarica', '/admin/uploader/pub/list.php3?username=lomac&tpl=en');
    with(items['scarica'])
        {
        imgOut = imgOver = '/en/btn/out/scarica.png';
        imgSel = '/en/btn/sel/scarica.png';
        imgAttributes = 'width=85 height=9';
        }

    addItem('info', 'Info@lomac', '/en/info.htm');
    with(items['info'])
        {
        imgOut = imgOver = '/en/btn/out/info.png';
        imgSel = '/en/btn/sel/info.png';
        imgAttributes = 'width=91 height=9';
        }

    addItem('rivenditori', 'Area Rivenditori', '/en/riven.htm');
    with(items['rivenditori'])
        {
        imgOut = imgOver = '/en/btn/out/rivenditori.png';
        imgSel = '/en/btn/sel/rivenditori.png';
        imgAttributes = 'width=83 height=9';
        }

    addItem('contatta', 'Contatta', '/en/contatta.htm');
    with(items['contatta'])
        {
        imgOut = imgOver = '/en/btn/out/contatta.png';
        imgSel = '/en/btn/sel/contatta.png';
        imgAttributes = 'width=122 height=9';
        }
    }

