function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor", 			"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("What is Pentecost?", 			"top.window.location='WhatIsPentecost.shtml'");
    contents.addMenuItem("Declaring the End from the Beginning",	"top.window.location='DeclaringTheEndFromTheBeginning.shtml'");
    contents.addMenuItem("Anti-Christian World Court Set to Open", "top.window.location='AntiChristianCourtToOpen.shtml'");
    contents.addMenuItem("Ask the Bible Guys - How to be Safe", 	"top.window.location='AsktheBibleGuysHowToBeSafe.shtml'");
    contents.addMenuItem("The Back Pew", 			"top.window.location='TheBackPew.shtml'");


   
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

