

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From The Editor - The Lord has need of it", 										"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("The Promised Land", 	
			"top.window.location='ThePromisedLand.shtml'");
    contents.addMenuItem("A Woman with a  reputation", 									"top.window.location='AWomanWithAReputation.shtml'");
    contents.addMenuItem("Tulsa Congregation announces new Center for Worship and Education", 						"top.window.location='TulsaAnnouncesnewCenterForWorshipAndEducation.shtml'");
    contents.addMenuItem("The Bible Guys loses close friend, distributor", 									"top.window.location='TheBibleGuysLosesCloseFriendDistributor.shtml'");
    contents.addMenuItem("The Back Pew", 													"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}


