hMenu = new mainMenu(150, 37, 'H');

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

addItem('italiano', 'Italiano', 'catalogo.htm');
        with(items['italiano'])
               {
               imgOut = imgOver = 'btn/out/italiano.png';
               imgSel = 'btn/sel/italiano.png';
               imgAttributes = 'width=66 height=17';
               }
addItem('inglese', 'Inglese', 'en/catalogo.htm');
        with(items['inglese'])
               {
               imgOut = imgOver = 'btn/out/inglese.png';
               imgSel = 'btn/sel/inglese.png';
               imgAttributes = 'width=62 height=17';
               }
addItem('francese', 'Francese', 'fr/catalogo.htm');
        with(items['francese'])
               {
               imgOut = imgOver = 'btn/out/francese.png';
               imgSel = 'btn/sel/francese.png';
               imgAttributes = 'width=72 height=17';
               }
        }

