

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor - One Bad Day", 	"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("Whatever God Wills", 	"top.window.location='WhateverGodWills.shtml'");
    contents.addMenuItem("The Source of Faith", 	"top.window.location='TheSourceOfFaith.shtml'");
    contents.addMenuItem("Let No Man Beguile You", 	"top.window.location='LetNoManBeguileYou.shtml'");
    contents.addMenuItem("The Back Pew", 	"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

