domMenu_data.set('dom_menu',
new Hash(
1, new Hash('contents', '<img src=images/aboutus.gif>', 'contentsHover', '<img src=images/aboutus_over.gif>', 'uri', 'index.php?pg=2', 'statusText', ''
), 
2, new Hash('contents', '<img src=images/properties.gif>', 'contentsHover', '<img src=images/properties_over.gif>', 'uri', 'index.php?pg=3', 'statusText', ''
), 
3, new Hash('contents', '<img src=images/contactus.gif>', 'contentsHover', '<img src=images/contactus_over.gif>', 'uri', 'index.php?pg=4', 'statusText', ''
), 
4, new Hash('contents', '<img src=images/home.gif>', 'contentsHover', '<img src=images/home_over.gif>', 'uri', 'index.php?pg=1', 'statusText', ''
)
));

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