function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor", 		"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("Feast of Ingathering", 	"top.window.location='Ingathering2001.shtml'");
    contents.addMenuItem("The Fall of Lucifer", 
							"top.window.location='FallofLucifer.shtml'");
    contents.addMenuItem("When I looked up, God was there.", 
							"top.window.location='GodWasThere.shtml'");
   
    contents.addMenuItem("The Back Pew", 		"top.window.location='TheBackPew.shtml'");


    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}


