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('home', 'Home Page', 'index.htm');
        with(items['home'])
               {
               imgOut = imgOver = 'btn/out/home.png';
               imgSel = 'btn/sel/home.png';
               imgAttributes = 'width=80 height=17';
               }
addItem('catalogo', 'Catalogo', 'catalogo.htm');
        with(items['catalogo'])
               {
               imgOut = imgOver = 'btn/out/catalogo.png';
               imgSel = 'btn/sel/catalogo.png';
               imgAttributes = 'width=73 height=17';
               }
addItem('contatta', 'Contatta', 'contatta.htm');
        with(items['contatta'])
               {
               imgOut = imgOver = 'btn/out/contatta.png';
               imgSel = 'btn/sel/contatta.png';
               imgAttributes = 'width=70 height=17';
               }
        }

