

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor	- The Bible Guys Looks Ahead", 	"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("The Fields are White Again", 	"top.window.location='TheFieldsAreWhiteAgain.shtml'");
    contents.addMenuItem("The Importance of Faith", 	"top.window.location='TheImportanceOfFaith.shtml'");
    contents.addMenuItem("We Have a Rule", 	"top.window.location='WeHaveARule.shtml'");
    contents.addMenuItem("One Bad Day", 	"top.window.location='OneBadDay.shtml'");
    contents.addMenuItem("The Back Pew", 	"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

