// {{{ domMenu_main: data

domMenu_data.setItem('domMenu_main', new domMenu_Hash(
    
    1, new domMenu_Hash(
        'contents', 'Brand',
        'uri', '',
        'statusText', 'About the STROH brand',
        1, new domMenu_Hash(
            'contents', 'History',
            'uri', 'history.htm',
            'statusText', 'History of STROH'
        ),
		2, new domMenu_Hash(
            'contents', 'Worldwide',
            'uri', 'worldwide.htm',
            'statusText', 'STROH worldwide'
        ),
		3, new domMenu_Hash(
            'contents', 'Facts & Figures',
            'uri', 'facts+figures.htm',
            'statusText', 'STROH facts & figures'
        )
    ),
    2, new domMenu_Hash(
        'contents', 'Products',
        'uri', '',
        'statusText', 'The STROH product range',
        1, new domMenu_Hash(
            'contents', 'Full Range',
            'uri', 'products.htm',
            'statusText', 'The full STROH range'
        ),
		2, new domMenu_Hash(
            'contents', 'STROH Original',
            'uri', 'stroh_original.htm',
            'statusText', 'STROH Original - 80, 60 & 40 % ABV'
        ),
		3, new domMenu_Hash(
            'contents', 'STROH Cream',
            'uri', 'stroh_cream.htm',
            'statusText', 'STROH Cream'
        ),
		4, new domMenu_Hash(
            'contents', 'STROH Punsch',
            'uri', 'stroh_punsch.htm',
            'statusText', 'STROH Punsch'
        ),
		5, new domMenu_Hash(
            'contents', 'STROH Minis',
            'uri', 'stroh_minis.htm',
            'statusText', 'STROH Minis'
        ),
		6, new domMenu_Hash(
            'contents', 'STROH Jagertee',
            'uri', 'stroh_jagertee.htm',
            'statusText', 'STROH Jagertee'
        )
    ),
    3, new domMenu_Hash(
        'contents', 'STROH Uses',
        'uri', '',
        'statusText', 'STROH uses',
		1, new domMenu_Hash(
            'contents', 'Shooters',
            'uri', 'shooters.htm',
            'statusText', 'Shooters'
        ),
        2, new domMenu_Hash(
            'contents', 'Cocktails',
            'uri', 'cocktails.htm',
            'statusText', 'Cocktails'
        ),
		3, new domMenu_Hash(
            'contents', 'Hot Drinks',
            'uri', 'hot_drinks.htm',
            'statusText', 'Hot drinks with STROH'
        )
    ),
    4, new domMenu_Hash(
        'contents', 'STROHfinder',
        'uri', '',
        'statusText', 'find STROH near you..',
        1, new domMenu_Hash(
            'contents', 'STROH Venues',
            'uri', 'NewWindow("http://www.stroh.co.uk/strohfinder/","Strohfinder","800","500","yes");', 
			'type', 'js',
			'statusText', '<< find a STROHbar near you!! >>'
        ),
		2, new domMenu_Hash(
            'contents', 'Buy Online',
            'uri', 'stroh_outlets.htm',
            'statusText', 'Online shops that sell STROH..'
        )
    ),
	5, new domMenu_Hash(
        'contents', 'ClubSTROH',
        'uri', '',
        'statusText', '****',
        1, new domMenu_Hash(
            'contents', 'About ClubSTROH',
            'uri', 'clubstroh.htm',
            'statusText', 'About ClubSTROH'
        ),
		2, new domMenu_Hash(
            'contents', 'Join ClubSTROH',
            'uri', 'joinclubstroh.htm',
            'statusText', 'Join ClubSTROH'
        ),
        3, new domMenu_Hash(
            'contents', 'STROHgear',
            'uri', 'stroh_gear.htm',
            'statusText', 'Get your STROHgear here!!'
        )
    ),
	6, new domMenu_Hash(
        'contents', 'Trade',
        'uri', '',
        'statusText', 'trade enquiries / orders',
        1, new domMenu_Hash(
            'contents', 'Trade enquiries',
            'uri', 'trade_enq.htm',
            'statusText', 'trade enquiries'
        ),
		2, new domMenu_Hash(
            'contents', 'Trade orders',
            'uri', 'trade_orders.htm',
            'statusText', 'Order your STROH here - trade only'
        ),
		3, new domMenu_Hash(
            'contents', 'Contact',
            'uri', 'contacts_uk.htm',
            'statusText', 'Contact UK distributors'
        )
    ),
	7, new domMenu_Hash(
        'contents', 'Contact',
        'uri', '',
        'statusText', 'STROH contact details worldwide',
        1, new domMenu_Hash(
            'contents', 'United Kingdom',
            'uri', 'contacts_uk.htm',
            'statusText', 'UK distributors'
        ),
		2, new domMenu_Hash(
            'contents', 'Worldwide',
            'uri', 'contacts_world.htm',
            'statusText', 'Worldwide distributors - contact details'
        )
    )
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.setItem('domMenu_main', new domMenu_Hash(
    'subMenuWidthCorrection', -2,
    'verticalSubMenuOffsetX', 0,
    'verticalSubMenuOffsetY', 1,
    'openMouseoverMenuDelay', 0,
    'closeMouseoutMenuDelay', 900
));
