

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From The Editor - Two Great Evils", 	
			"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("The Great Revelation of the End of the Grace Age", 	
			"top.window.location='TheGreatRevelation.shtml'");
    contents.addMenuItem("Let's Do It For the Children", 	
			"top.window.location='LetsDoItForTheChildren.shtml'");
    contents.addMenuItem("The Back Pew", 		
			"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

