function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor", 			"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("Feast of Ingathering", 		"top.window.location='FeastOfIngathering.shtml'");
    contents.addMenuItem("The Acts of the Apostles", 		"top.window.location='TheActsOfTheApostles.shtml'");
    contents.addMenuItem("Declaring the End from the Beginning",	"top.window.location='DeclaringTheEndFromTheBeginning.shtml'");
    contents.addMenuItem("Boldly Fulfilling Prophecy",		"top.window.location='BoldlyFulfillingProphecy.shtml'");
    contents.addMenuItem("God’s Church and Its Prophetic Role",	"top.window.location='GodsChurchAndItsPropheticRole.shtml'");
    contents.addMenuItem("Newsbriefs CEDAW Treaty Passes Committee", 	"top.window.location='NewsBriefsCEDAW.shtml'");
    contents.addMenuItem("Ask the Bible Guys - Keep up the great work! ", 	"top.window.location='AskTheBibleGuysGoodJob.shtml'");
    contents.addMenuItem("The Back Pew", 				"top.window.location='TheBackPew.shtml'");

	
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

