// {{{ domMenu_main: data

domMenu_data.setItem('domMenu_main', new domMenu_Hash(
    1, new domMenu_Hash(
        'contents', 'Healing Audios',
        'contentsHover', 'Healing Audios',
				'uri', 'http://www.healingaudios.com',
				'statusText', 'www.healingaudios.com'),
    2, new domMenu_Hash(
        'contents', 'Healing eCourses',
				'contentsHover', 'Healing eCourses',
				'uri', 'http://www.selfhealingexpressions.com',
        'target', '_she',
        'statusText', 'http://www.selfhealingexpressions.com'),
    3, new domMenu_Hash(
        'contents', 'Healing eBooks',
				'contentsHover', 'Healing eBooks',
				'uri', 'http://www.healingebooks.com',
        'target', '_he',
        'statusText', 'http://www.healingebooks.com'),
    4, new domMenu_Hash(
        'contents', 'Holistic Ezine',
				'contentsHover', 'Holistic Ezine',
				'uri', 'http://www.selfhealingexpressions.com/newsletter_archive.shtml',
        'target', '_she',
        'statusText', 'http://www.selfhealingexpressions.com/newsletter_archive.shtml'),
    5, new domMenu_Hash(
        'contents', 'Spiritual Movies',
				'contentsHover', 'Spiritual Movies',
				'uri', 'http://www.healingaudios.com/spiritual_movies.html',
        'statusText', 'http://www.healingaudios.com/spiritual_movies.html'),
    6, new domMenu_Hash(
        'contents', 'About Us',
				'contentsHover', 'About Us',
				'uri', 'http://www.healingaudios.com/about.html',
        'statusText', 'http://www.healingebooks.com/about.html')
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', 3,
    'openMouseoverMenuDelay', 300,
    'closeMouseoutMenuDelay', 1000
));
// }}}

