// {{{ domMenu_main: data

domMenu_data.set('domMenu_main', new Hash(

//

1, new Hash(
  'contents','Home',
  'contentsHover','Home',
  'uri','/index.html',
  'statusText','Home'),

2, new Hash(
  'contents','Products&nbsp;&amp;&nbsp;Services',
  'contentsHover','Products&nbsp;&amp;&nbsp;Services',
  'uri','/pas/index.html',
  'statusText','Products & Services',
  1, new Hash(
    'contents','Biostatistics',
    'uri','/pas/biostatistics.html',
    'statusText','Products & Services'
  ),
  2, new Hash(
    'contents','Data&nbsp;Management',
    'uri','/pas/datamanagement.html',
    'statusText','Products & Services'
  ),
  3, new Hash(
    'contents','NIH&nbsp;&amp;&nbsp;Academic Research',
    'uri','/pas/nih.html',
    'statusText','Products & Services'
  ),
  4, new Hash(
    'contents','Events&nbsp;Adjudication',
    'uri','/pas/ea.html',
    'statusText','Products & Services'
  ),
  5, new Hash(
    'contents','Data&nbsp;Safety Monitoring',
    'uri','/pas/dsmb.html',
    'statusText','Products & Services'
  )),

3, new Hash(
  'contents','News',
  'contentsHover','News',
  'uri','/news/index.asp',
  'statusText','News'),

4, new Hash(
  'contents','<b>Employment</b>',
  'contentsHover','<b>Employment</b>',
  'uri','/employment/index.html',
  'statusText','Employment',
  1, new Hash(
    'contents','Job&nbsp;Openings',
    'uri','/employment/jobopenings.asp',
    'statusText','Employment'
  ),
  2, new Hash(
    'contents','Benefits',
    'uri','/employment/benefits.html',
    'statusText','Employment'
  )),

5, new Hash(
  'contents','Links',
  'contentsHover','Links',
  'uri','/links/index.html',
  'statusText','Links',
  1, new Hash(
    'contents','Pacific&nbsp;NW&nbsp;Orgs',
    'uri','/links/index.html#pacificnworgs',
    'statusText','Links'
  ),
  2, new Hash(
    'contents','National&nbsp;Orgs',
    'uri','/links/index.html#nationalorgs',
    'statusText','Links'
  ),
  3, new Hash(
    'contents','Government',
    'uri','/links/index.html#government',
    'statusText','Links'
  ),
  4, new Hash(
    'contents','miscellaneous',
    'uri','/links/index.html#miscellaneous',
    'statusText','Links'
  )),

6, new Hash(
  'contents','About&nbsp;Us',
  'contentsHover','About&nbsp;Us',
  'uri','/aboutus/index.html',
  'statusText','About Us',
  1, new Hash(
    'contents','Corp.&nbsp;Overview',
    'uri','/aboutus/corpoverview.html',
    'statusText','About Us'
  ),
  2, new Hash(
    'contents','Management',
    'uri','/aboutus/management.html',
    'statusText','About Us'
  ),
  3, new Hash(
    'contents','Projects',
    'uri','/aboutus/projects.html',
    'statusText','About Us'
  ),
  4, new Hash(
    'contents','Privacy Policy',
    'uri','/aboutus/PrivacyPolicy.html',
    'statusText','About Us'
  ),
  5, new Hash(
    'contents','Contact&nbsp;&amp;&nbsp;Map',
    'uri','/aboutus/contact.asp',
    'statusText','About Us'
  ))
            
));

// }}}
// {{{ domMenu_main: settings

domMenu_settings.set('domMenu_main', new Hash(
    'menuBarWidth', '0%',
    'subMenuMinWidth', 'auto',
    'distributeSpace', false,
    
    
    'subMenuWidthCorrection', -1,
    'verticalSubMenuOffsetX', 0,
    'verticalSubMenuOffsetY', -1,
    'horizontalSubMenuOffsetX', 1,
    'openMouseoverMenuDelay', 500,
    'closeMouseoutMenuDelay', 500,
    'expandMenuArrowUrl', 'arrow.gif'

));

