

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor - The Bible Guys of Yesterday and Today", 	"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("The gods are Angry", 				"top.window.location='TheGodsAreAngry.shtml'");
    
    contents.addMenuItem("It&quot;s time to Teach Christianity to Christians", 	
					"top.window.location='ItsTimeToteachChristianityToChristians.shtml'");
    contents.addMenuItem("the Back Pew", 				"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}



