

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("Flood Warning", 			"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("Ages and Ages:  the End of the Grace Age", 	"top.window.location='AgesAndAges.shtml'");
    contents.addMenuItem("The Gospel of the Kingdom", 		"top.window.location='TheGospelOfTheKingdom.shtml'");
    contents.addMenuItem("The Power of Faith", 			"top.window.location='ThePowerOfFaith.shtml'");
    contents.addMenuItem("The Back Pew", 			"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

