

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor", 			"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("Lights Out", 				"top.window.location='LightsOut.shtml'");
    contents.addMenuItem("The Worship of Lady Liberty", "top.window.location='TheWorshipOfLadyLiberty.shtml'");
    contents.addMenuItem("Science & The Bible",   		"top.window.location='ScienceAndTheBible.shtml'");
    contents.addMenuItem("Ask The Bible Guys",  		"top.window.location='AskTheBibleGuys.shtml'");
    contents.addMenuItem("The Back Pew", 				"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}




