﻿// {{{ domMenu_main: data
domMenu_data.set('domMenu_main', new Hash(
    1, new Hash(
        'contents', 'Ons bedrijf',
        'contentsHover', 'Ons bedrijf',
        'uri', 'index.html',
        'target', '_self',
        'statusText', 'Flex-I.D. BV - Ons bedrijf'),
    2, new Hash(
        'contents', 'Software',
        'contentsHover', 'Software',
        'uri', '',
        'statusText', 'Flex-I.D. BV - Software',
        1, new Hash(
            'contents', 'Algemeen',
            'uri', 'software.html', 
            'target', '_self',
            'statusText', 'Flex-I.D. BV - Software'),
        2, new Hash(
            'contents', 'Summ-I.T. Opsporing',
            'uri', '', 
            'statusText', 'Flex-I.D. BV - Software - Summ-I.T.',
            1, new Hash(
            	'contents', 'Introductie',
            	'uri', 'softwaresummitopsp.html',
                'target', '_self',
            	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.'),
            2, new Hash(
      		'contents', 'Ontwikkeling',
      	     	'uri', 'softwaresummitopspontwikkeling.html',
                'target', '_self',
        	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.')),
        3, new Hash(
            'contents', 'Summ-I.T. Bedrijfsvoering',
            'uri', '', 
            'statusText', 'Flex-I.D. BV - Software - Summ-I.T.',
            1, new Hash(
            	'contents', 'Introductie',
            	'uri', 'softwaresummitbedrvoer.html',
                'target', '_self',
            	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.'),
            2, new Hash(
            	'contents', 'Voorbeelden',
            	'uri', 'softwaresummitbedrvoervoorbeelden.html',
                'target', '_self',
            	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.'),
            3, new Hash(
      		'contents', 'Ontwikkeling',
      	     	'uri', 'softwaresummitbedrvoerontwikkeling.html',
                'target', '_self',
        	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.')),
        4, new Hash(
            'contents', 'Summ-I.T. Kennisbank',
            'uri', '', 
            'statusText', 'Flex-I.D. BV - Software - Summ-I.T.',
            1, new Hash(
            	'contents', 'Introductie',
            	'uri', 'softwaresummitkennisbank.html',
                'target', '_self',
            	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.'),
            2, new Hash(
            	'contents', 'Voorbeelden',
            	'uri', 'softwaresummitkennisbankvoorbeelden.html',
                'target', '_self',
            	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.'),
            3, new Hash(
      		'contents', 'Ontwikkeling',
      	     	'uri', 'softwaresummitkennisbankontwikkeling.html',
                'target', '_self',
        	'statusText', 'Flex-I.D. BV - Software - Summ-I.T.')),
        5, new Hash(
            'contents', 'Screen-I.T.',
            'uri', '',
            'statusText', 'Flex-I.D. BV - Software - Screen-I.T.',
            1, new Hash(
            	'contents', 'Introductie',
            	'uri', 'softwarescreenit.html',
                'target', '_self',
            	'statusText', 'Flex-I.D. BV - Software - Screen-I.T.'),
            2, new Hash(
            	'contents', 'Voorbeelden',
            	'uri', 'softwarescreenitvoorbeelden.html',
                'target', '_self',
            	'statusText', 'Flex-I.D. BV - Software - Screen-I.T.'),
            3, new Hash(
      		'contents', 'Ontwikkeling',
      	     	'uri', 'softwarescreenitontwikkeling.html',
                'target', '_self',
        	'statusText', 'Flex-I.D. BV - Software - Screen-I.T.'))),
    3, new Hash(
        'contents', 'Opleidingen',
        'contentsHover', 'Opleidingen',
        'uri', 'opleidingen.html',
        'target', '_self',
        'statusText', 'Flex-I.D. BV - Opleidingen'),
    4, new Hash(
        'contents', 'Contact',
        'contentsHover', 'Contact',
        'uri', 'contact.html',
        'target', '_self',
        'statusText', 'Flex-I.D. BV - Contactinformatie')));
// }}}

// {{{ domMenu_main: settings
domMenu_settings.set('domMenu_main', new Hash(
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 1,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
    'openMouseoverMenuDelay', 100,
    'closeMouseoutMenuDelay', 300,
    'expandMenuArrowUrl', 'arrow.gif',
    'baseUri', 'http://www.mojavelinux.com'));
// }}}


// {{{ domMenu_vertical: data
domMenu_data.set('domMenu_vertical', domLib_clone(domMenu_data.get('domMenu_main')));
// }}}

// {{{ domMenu_vertical: settings
domMenu_settings.set('domMenu_vertical', new Hash(
    'axis', 'vertical',
    'verticalSubMenuOffsetX', -2,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'baseUri', 'http://www.mojavelinux.com'));
// }}}

// {{{ domMenu_lvertical: data
domMenu_data.set('domMenu_lvertical', domLib_clone(domMenu_data.get('domMenu_main')));
// }}}

// {{{ domMenu_lvertical: settings
domMenu_settings.set('domMenu_lvertical', new Hash(
    'axis', 'vertical',
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'horizontalSubMenuOffsetY', 0,
    'expandMenuArrowUrl', 'larrow.gif',
	'horizontalExpand', 'west',
	'subMenuMinWidth', 'auto',
    'baseUri', 'http://www.mojavelinux.com'));
// }}}