// }}}
// {{{ DCBmenu: settings

domMenu_settings.set('menu', new Hash(
    'menuBarWidth', '100%',
	'menuBarClass', 'menubar',
	'menuElementClass', 'element',
	'menuElementHoverClass', 'element',
	'menuElementActiveClass', 'element',
	'subMenuBarClass', '',
	'subMenuElementClass', 'submenu subelement transparant',
	'subMenuElementHoverClass', '',
	'subMenuElementActiveClass', '',
	'subMenuElementHeadingClass', '',
	'distributeSpace', false,
	'verticalExpand', 'south',
	'horizontalExpand', 'east',
    'horizontalSubMenuOffsetX', domLib_isOpera ? 0 : 0,
    'horizontalSubMenuOffsetY', domLib_isOpera ? -1 : 0,
	'openMouseoverMenuDelay', 20,
    'closeMouseoutMenuDelay', 50,
	'openMouseoverSubMenuDelay', 10,
	'closeMouseoutSubMenuDelay', 50,
    'expandMenuArrowUrl', '../images/arrow.gif',
    'baseZIndex', 250,
	'baseUri', ''
));

// {{{ DCBmenu: data

domMenu_data.set('menu', new Hash(
    1, new Hash(
        'contents', 'The Firm',
		'uri', '../the_firm/',
        1, new Hash(
            'contents', 'History',
            'uri', '../the_firm/history.html'
        ),
		2, new Hash(
            'contents', 'Areas of practice',
            'uri', '../the_firm/areas_of_practice.html'
        ),
        3, new Hash(
            'contents', 'Competences',
            'uri', '../the_firm/competences.html',
            1, new Hash(
                'contents', 'Competence areas',
                'uri', '../the_firm/competences.html#ca'
            ),
            2, new Hash(
                'contents', 'Who we serve',
                'uri', '../the_firm/competences.html#wws'
            )),
        4, new Hash(
            'contents', 'Location',
            'uri', '../the_firm/location.html',
            1, new Hash(
                'contents', 'Map',
                'uri', '../the_firm/location.html#map'
            ),
            2, new Hash(
                'contents', 'Description',
                'uri', '../the_firm/location.html#descr'
			),
			3, new Hash(
                'contents', 'Printable (PDF)',
				'target', '_blank',
                'uri', '../the_firm/location.pdf'
			))),
    2, new Hash(
        'contents', 'Professionals',
        'uri', '../our_professionals/',
        1, new Hash(
            'contents', 'Patent attorneys',
            'uri', '../our_professionals/#patt'
        ),
        2, new Hash(
            'contents', 'Patent advisers',
            'uri', '../our_professionals/#padv'
        ),
        3, new Hash(
            'contents', 'Legal counsel',
            'uri', '../our_professionals/#lecou'
		)),
	3, new Hash(
		'contents', 'Patents',
		'uri', '../patents/',
		1, new Hash(
            'contents', 'General',
            'uri', '../patents/#general'
        ),
        2, new Hash(
            'contents', 'Patentability',
            'uri', '../patents/#patentability',
			1, new Hash(
				'contents', 'General',
				'uri', '../patents/#general'
			),
			2, new Hash(
				'contents', 'Novelty',
				'uri', '../patents/#novelty'
			),
			3, new Hash(
				'contents', 'Inventive Step',
				'uri', '../patents/#invstep'
			),
			4, new Hash(
				'contents', 'Industrial Applicability',
				'uri', '../patents/#indust'
			),
			5, new Hash(
				'contents', 'Priority',
				'uri', '../patents/#priority'
			)),
        3, new Hash(
            'contents', 'Prosecution',
            'uri', '../patents/#prosecution',
			1, new Hash(
				'contents', 'General',
				'uri', '../patents/#prosecution'
			),
			2, new Hash(
				'contents', 'European Patent Convention',
				'uri', '../patents/#epc'
			),
			3, new Hash(
				'contents', 'Patent Cooperation Treaty',
				'uri', '../patents/#pct'
			),
			4, new Hash(
				'contents', 'Belgian-Dutch National Procedure',
				'uri', '../patents/#bdnp'
			)),
		4, new Hash(
            'contents', 'Litigation',
            'uri', '../patents/#litigation',
			1, new Hash(
				'contents', 'General',
				'uri', '../patents/#litigation'
			),
			2, new Hash(
				'contents', 'Pre-Grant Proceedings',
				'uri', '../patents/#pregp'
			),
			3, new Hash(
				'contents', 'Post-Grant Proceedings',
				'uri', '../patents/#postgp'
			)),
		5, new Hash(
            'contents', 'National Defense Strategies',
            'uri', '../patents/#natdefstrat',
			1, new Hash(
				'contents', 'Belgium',
				'uri', '../patents/#belgium'
			),
			2, new Hash(
				'contents', 'The Netherlands',
				'uri', '../patents/#netherlands'
			))
		),
	4, new Hash(
		'contents', 'News',
		'uri', '../corp_news/'
		),
	5, new Hash(
		'contents', 'FAQ',
		'uri', '../faq/'
		),
	6, new Hash(
		'contents', 'Newsletters',
		'uri', '../newsletters/'
	),
	7, new Hash(
		'contents', 'Downloads',
		'uri', '../downloads/'
	),
	8, new Hash(
		'contents', 'Jobs',
		'uri', '../jobs/'
	),
	9, new Hash(
		'contents', 'Links',
		'uri', '../links/',
		1, new Hash(
			'contents', 'General',
			'uri', '../links/#general'
		),
		2, new Hash(
			'contents', 'Important patent websites',
			'uri', '../links/#important'
		),
		3, new Hash(
			'contents', 'National offices EPC',
			'target', 'blank',
			'uri', 'http://www.european-patent-office.org/onlinelinks/a/'
		),
		4, new Hash(
			'contents', 'Biotechnology',
			'uri', '../links/#bio'
		),
		5, new Hash(
			'contents', 'Chemistry',
			'uri', '../links/#chemistry'
		),
		6, new Hash(
			'contents', 'Pharmacy',
			'uri', '../links/#pharmacy'
		)),
	10, new Hash(
		'contents', 'Contact',
		'uri', '../contact/'
	),
	11, new Hash(
		'contents', 'Disclaimer',
		'uri', '../disclaimer/'
	),
	12, new Hash(
		'contents', 'Seminars',
		'uri', '../seminar/'
	)
));