
domMenu_data.setItem('domMenu_vertical', new domMenu_Hash(
    1, new domMenu_Hash
	(
            'contents', 'Company Info',
            'uri', 'info.html',
            'statusText', 'Company Information'
    ),
    2, new domMenu_Hash
	(
        'contents', 'Services >',
        'uri', '',
        'statusText', 'services',
        1, new domMenu_Hash
		(
            'contents', 'Software Engineering',
            'uri', 'soft.html',
            'statusText', 'Software Engineering'
        ),
        2, new domMenu_Hash
		(
            'contents', 'Hardware Engineering',
            'uri', 'hard.html',
            'statusText', 'Hardware Engineering'
        ),
        3, new domMenu_Hash
		(
            'contents', 'Mechanical Engineering',
            'uri', 'mech.html',
            'statusText', 'Mechanical Engineering'
        ),
	4, new domMenu_Hash
		(
            'contents', 'Systems Engineering',
            'uri', 'sys.html',
            'statusText', 'Systems Engineering'
		),
        5, new domMenu_Hash
		(
            'contents', 'PCB Layout/Routing, Mfg & Assembly',
            'uri', 'pcb.html',
            'statusText', 'PCB Layout/Routing, Mfg & Assembly'
        ),
	6, new domMenu_Hash
		(
            'contents', 'OEM Sales & Tech Support',
            'uri', 'oem.html',
            'statusText', 'OEM Sales and Technical Support'
		)
    ),
	
   3, new domMenu_Hash
	(
        'contents', 'Contact Info',
        'uri', 'contact.html',
        'statusText', 'Contact Info'
	),

   4, new domMenu_Hash
	(
        'contents', 'News',
        'uri', 'news.html',
        'statusText', 'News'
    ),
	
   5, new domMenu_Hash
	(
        'contents', 'Home Page',
        'uri', 'index.html',
        'statusText', 'Home'
    )
));

// }}}
// {{{ domMenu_vertical: settings

domMenu_settings.setItem('domMenu_vertical', new domMenu_Hash
(
    'axis', 'vertical',
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', -1,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 2,
    'horizontalSubMenuOffsetY', 0
));

// }}}

