ajmenu1 = new mainMenu('vertical', 0, 'transparent', '#cc0033', '#663300', '#000000','','right');
  ajmenu1.fontSize = '10pt';
  ajmenu1.fontWeight = 'bold';
  ajmenu1.cellpadding =  3;
  
  ajmenu1.addItems('<img src="./Script/demo/home.gif" width="16" height="16" border="0" align="absmiddle">Home', 'index.html');
  ajmenu1.addItems('Nutrition', 'nutrition.html');
  ajmenu1.addItems('Legacy and Media', '');
  ajmenu1.addItems('Wellness Library', 'wellness.php');
  ajmenu1.addItems('Buy Cookies Online', 'https://papag002.secure.omnis.com/catalog/index.php');
  ajmenu1.addItems('Photo Album', 'Images/PhotoAlbum/');
  ajmenu1.addItems('Contact Us', 'mailto:jim@papagiki.com');

  
ajmenu1 = new subMenu('3', 'transparent', '#cc0033', '#000000', '#000000', './Script/demo/bg_1.gif');
  ajmenu1.htmlBefore = '&nbsp;<img src="./Script/demo/tri.gif" border="0">&nbsp;';
  ajmenu1.fontSize = '10pt';
  ajmenu1.fontWeight = 'bold';
  
  ajmenu1.addItems('Message from the Founder', 'sub_message.html');
  ajmenu1.addItems('Papa Giki Legacy - Epilogue - Jan 2006', 'sub_legacy_epilogue.html');
  ajmenu1.addItems('Papa Giki Legacy', 'sub_legacy.html');
  ajmenu1.addItems('UPS News Release - Dec 2003', 'sub_news_release.html#12042003');
  ajmenu1.addItems('TNT News Release - Jan 2004', 'sub_news_release.html#01302004');
  ajmenu1.addItems('Papa Giki News Release - May 2004', 'sub_news_release.html#05192004');
