function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor", 						"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("All the Earth is at Rest", 						"top.window.location='AllTheEarthIsAtRest.shtml'");
    contents.addMenuItem("Yoga finds separation of Church and State exemption", 			"top.window.location='YogaFindsExemption.shtml'");
    contents.addMenuItem("The Sin of Unbelief", 						"top.window.location='TheSinOfUnblief.shtml'");
    contents.addMenuItem("Declaring the End from the Beginning",				"top.window.location='DeclaringTheEndFromTheBeginning.shtml'");
    contents.addMenuItem("The F.B.I. goes to Church", 					"top.window.location='TheFBIGoesToChurch.shtml'");
    contents.addMenuItem("Seven-headed Beast still on rampage", 				"top.window.location='SevenHeadedBeast.shtml'");
    contents.addMenuItem("Ask the Bible Guys - Big God", 					"top.window.location='AskTheBibleGuysBigGod.shtml'");
    contents.addMenuItem("Ask the Bible Guys - Drug Problem", 				"top.window.location='AskTheBibleGuysDrugProblem.shtml'");
    contents.addMenuItem("Ask the Bible Guys - I'm Rich ",					"top.window.location='AskTheTheBibleGuysImRich.shtml'");
    contents.addMenuItem("The Back Pew", 						"top.window.location='TheBackPew.shtml'");


   
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

