ajm_state.menuoffset = 0;
ajm_state.closedelay = 0;
ajmenu1 = new mainMenu('horizontal', 1, '#FFFFFF', '#FFFFFF', '#2C3154', '#2F2F2F','','right');
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '9pt';
 ajmenu1.cellpadding = 3;
  ajmenu1.addImages('/ylt/', '/img/ylt/home_off.gif', '/img/ylt/home_on.gif');
  ajmenu1.addImages('/ylt/results/', '/img/ylt/results_off.gif', '/img/ylt/results_on.gif');
  ajmenu1.addImages('/ylt/quests/', '/img/ylt/quest_off.gif', '/img/ylt/quest_on.gif');
  ajmenu1.addImages('/ylt/datasets/', '/img/ylt/datasets_off.gif', '/img/ylt/datasets_on.gif');
  ajmenu1.addImages('/ylt/help/', '/img/ylt/help_off.gif', '/img/ylt/help_on.gif');

