domMenu_data.set('dom_menu',
new Hash(
1, new Hash('contents', 'HOME', 'uri', 'index.php?pg=1', 'statusText', ''
), 
2, new Hash('contents', 'Basket', 'uri', 'index.php?pg=2', 'statusText', ''
)
));

domMenu_settings.set('dom_menu', new Hash(
    'axis', 'horizontal'
));

