// {{{ domMenu_main: datadomMenu_data.set('domMenu_main', new Hash(   	    1, new Hash(        'contents', 'Home',        'uri', 'http://northwestchallenge.com/index.php/',        'statusText', 'NWC Home'    ),		2, new Hash(        'contents', 'About NWC',        'uri', 'http://northwestchallenge.com/index.php/site/about/',        'statusText', 'About Us'    ),	3, new Hash(        'contents', 'Events',        'uri', 'http://northwestchallenge.com/index.php/site/events/',        'statusText', 'Types of Events'    ),    4, new Hash(        'contents', 'Outback Store',        'uri', '#',        'statusText', 'Coming Soon'	),	5, new Hash(     	'contents', 'Forum',	    'uri', 'http://www.northwestchallenge.com/forum/index.php',	    'statusText', 'Coming Soon'	),    6, new Hash(        'contents', 'Sponsors',        'uri', 'http://northwestchallenge.com/index.php/site/sponsors/',        'statusText', 'Become a Sponsor'	),	7, new Hash(	     'contents', 'Vendors',		 'uri', 'http://northwestchallenge.com/index.php/site/vendors/',	     'statusText', 'Become a Vendor'	),	8, new Hash(		'contents', 'Contact Us',	    'uri', 'http://northwestchallenge.com/index.php/site/contact/',	    'statusText', 'Contact NWC'	)));// }}}// {{{ domMenu_main: settingsdomMenu_settings.set('domMenu_main', new Hash(	    'menuBarWidth', '100%',	    'distributeSpace', true,		'subMenuWidthCorrection', 0,	    'verticalSubMenuOffsetX', -1,	    'verticalSubMenuOffsetY', -1,	    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,	    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,	    'openMouseoverMenuDelay', 100,	    'closeMouseoutMenuDelay', 300,	    'expandMenuArrowUrl', 'arrow.gif',	    'baseUri', 'http://www.northwestchallenge.com'));// }}}