
function addJoustItems(theMenu){
var level1ID = -1;
var level2ID = -1;
var level3ID = -1;
level1ID = theMenu.addEntry(-1, "Book", "Welcome to the Literacy for Globalists Project", "pub/US_in_the_World.htm", "Welcome to the Literacy for Globalists Project");
level2ID = theMenu.addChild(level1ID,"Book", "Project Overview", "pub/Introduction_to_USITW.htm", "Project Overview");
level3ID = theMenu.addChild(level2ID,"Document", "US in the World", "pub/Introduction_to_USITW_2.htm", "US in the World");
level3ID = theMenu.addChild(level2ID,"Document", "LFG Project History", "pub/LFG_PROJECT_HISTORY_2.htm", "LFG Project History");
level3ID = theMenu.addChild(level2ID,"Document", "Contributors & Supporters", "pub/New_Page_7.htm", "Contributors & Supporters");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/New_Page_8.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "America's Role in the World", "pub/America's_Role_in_the_World.htm", "America's Role in the World");
level3ID = theMenu.addChild(level2ID,"Document", "Basic Facts & Figures", "pub/Some_Facts_&_Figures.htm", "Basic Facts & Figures");
level3ID = theMenu.addChild(level2ID,"Document", "The Great Debate", "pub/Hegemony.htm", "The Great Debate");
level3ID = theMenu.addChild(level2ID,"Document", "For More Information", "pub/FOR_MORE_INFORMATION.htm", "For More Information");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/Communication_Challenge.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "International Cooperation", "pub/International_Cooperation_2.htm", "International Cooperation");
level3ID = theMenu.addChild(level2ID,"Document", "Basic Facts & Figures", "pub/SOME_FACTS_&_FIGURES_2.htm", "Basic Facts & Figures");
level3ID = theMenu.addChild(level2ID,"Document", "Success Stories", "pub/SUCCESS_STORIES.htm", "Success Stories");
level3ID = theMenu.addChild(level2ID,"Document", "The UN System", "pub/ORGANIZATIONAL_OVERVIEWS.htm", "The UN System");
level3ID = theMenu.addChild(level2ID,"Document", "For More Information", "pub/FOR_MORE_INFORMATION_2.htm", "For More Information");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/MESSAGE_ON_COOPERATION.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "Terrorism & Security", "pub/Terrorism.htm", "Terrorism & Security");
level3ID = theMenu.addChild(level2ID,"Document", "Basic Facts & Figures", "pub/BASIC_FACTS_&_FIGURES_2.htm", "Basic Facts & Figures");
level3ID = theMenu.addChild(level2ID,"Document", "The Terrorism Debate", "pub/THE_TERRORISM_DEBATE.htm", "The Terrorism Debate");
level3ID = theMenu.addChild(level2ID,"Document", "For More Information", "pub/FOR_MORE_INFORMATION_5.htm", "For More Information");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/ENGAGING_THE_ISSUES_3.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "Weapons & Arms Control", "pub/Terrorism,_Weapons,_Force.htm", "Weapons & Arms Control");
level3ID = theMenu.addChild(level2ID,"Document", "Basic Facts & Figures", "pub/FACTS_&_FIGURES_3.htm", "Basic Facts & Figures");
level3ID = theMenu.addChild(level2ID,"Document", "WMD Control Regimes", "pub/WMD_CONTROL_REGIMES.htm", "WMD Control Regimes");
level3ID = theMenu.addChild(level2ID,"Document", "For More Information", "pub/KEEPING_CURRENT_3.htm", "For More Information");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/ENGAGING_THE_ISSUES_2.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "Poverty & Development", "pub/Poverty,_Development,_Trade.htm", "Poverty & Development");
level3ID = theMenu.addChild(level2ID,"Document", "Basic Facts & Figures", "pub/SOME_FACTS_&_FIGURES_3.htm", "Basic Facts & Figures");
level3ID = theMenu.addChild(level2ID,"Document", "U.S. Development Assistance", "pub/AID_&_DEVELOPMENT.htm", "U.S. Development Assistance");
level3ID = theMenu.addChild(level2ID,"Document", "For More Information", "pub/FOR_MORE_INFORMATION_3.htm", "For More Information");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/ENGAGING_THE_ISSUES.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "Globalization & Trade", "pub/Globalization_&_Trade.htm", "Globalization & Trade");
level3ID = theMenu.addChild(level2ID,"Document", "Basic Facts & Figures", "pub/BASIC_FACTS_&_FIGURES_3.htm", "Basic Facts & Figures");
level3ID = theMenu.addChild(level2ID,"Document", "Trade & Development", "pub/FREE_TRADE.htm", "Trade & Development");
level3ID = theMenu.addChild(level2ID,"Document", "For More Information", "pub/FOR_MORE_INFORMATION_6.htm", "For More Information");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/ENGAGING_THE_ISSUES_4.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "Energy & Climate Change", "pub/Energy,_Global_Warming.htm", "Energy & Climate Change");
level3ID = theMenu.addChild(level2ID,"Document", "Basic Facts & Figures", "pub/New_Page_4.htm", "Basic Facts & Figures");
level3ID = theMenu.addChild(level2ID,"Document", "U.S. & Global Climate Efforts", "pub/New_Page_5.htm", "U.S. & Global Climate Efforts");
level3ID = theMenu.addChild(level2ID,"Document", "For More Information", "pub/New_Page_6.htm", "For More Information");
level3ID = theMenu.addChild(level2ID,"Document", "Engaging the Issues", "pub/ENGATING_THE_ISSUES.htm", "Engaging the Issues");
level2ID = theMenu.addChild(level1ID,"Book", "Finding Our Voices", "pub/Finding_Our_Voices.htm", "Finding Our Voices");
level3ID = theMenu.addChild(level2ID,"Document", "Other Options", "pub/Other_Options.htm", "Other Options");
theMenu.openAll();
return theMenu; 
}