

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor", 				"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("The News, the Real News", 	"top.window.location='TheNewsTheRealNews.shtml'");
    contents.addMenuItem("That Ye Might have Hope", 		"top.window.location='ThatYeMightHaveHope.shtml'");
    contents.addMenuItem("Ask the Bible Guys - Just how many men and women did God create?",		"top.window.location='AskTheBibleGuysHowManyMenAndWomenDidGodCreate.shtml'");
    contents.addMenuItem("The Back Pew", 					"top.window.location='TheBackPew.shtml'");
 
       
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

