function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor", 		"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("The People of Truth: Since 1981",
 					"top.window.location='ThePeopleOfTruth.shtml'");
    contents.addMenuItem("An Alarm Against the High Towers",
							"top.window.location='AnAlarm.shtml'");
    contents.addMenuItem("A Peculiar People, A Holy Nation", 
							"top.window.location='APeculiarPeople.shtml'");
    contents.addMenuItem("Where Have all the Prophets Gone?",
						"top.window.location='WhereHavealltheProphetsGone.shtml'");         
    contents.addMenuItem("Ask the Bible Guys -- Thank You",
						"top.window.location='ThankYou.shtml'");

    contents.addMenuItem("The Back Pew",
				 		"top.window.location='TheBackPew.shtml'");

 
      
   
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

