var MENU_ITEMS = [
  ['<img src="images/item.gif" width="6" height="6" border="0"> Home', 'index.php', {sw:85}],
  ['<img src="images/item.gif" width="6" height="6" border="0"> Methods', 'methods.php', {sw:98},
    ['Program for the Deaf', 'methods.php#deaf', null,
      ['Overview', 'deaf-overview.php', null],
      ['Components', 'deaf-components.php', null],
      ['Learning Strategies', 'deaf-strategies.php', null]
	]/*,
    ['Program for Hearing (At-Risk and Adults)', 'methods.php#hearing', null,
      ['Overview', 'hearing-overview.php', null],
      ['Components', 'hearing-components.php', null],
      ['Learning Strategies', 'hearing-strategies.php', null]
    ]*/
  ],
  //['<img src="images/item.gif" width="6" height="6" border="0"> Strategies Chat', '/forum', {sw:129}],

  ['<img src="images/item.gif" width="6" height="6" border="0"> Products', 'products.php', {sw:98}],
  /*['<img src="images/item.gif" width="6" height="6" border="0"> Assessments', 'assessments.php', {sw:116}],*/
  ['<img src="images/item.gif" width="6" height="6" border="0"> Trainings & Events', 'events.php', {sw:151} ],
  ['<img src="images/item.gif" width="6" height="6" border="0"> F.A.Q.\'s', 'faq.php', {sw:93}],
  /*['<img src="images/item.gif" width="6" height="6" border="0"> About', 'about.php', {sw:90}],*/
  ['<img src="images/item.gif" width="6" height="6" border="0"> Contact Us', 'contact.php', {sw:111} ]
];

new menu (MENU_ITEMS, MENU_POS);
