

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor - Did You Hear the Call?", 										"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("Prophecy and the Gospel", 	
			"top.window.location='ProphecyAndTheGospel.shtml'");
    contents.addMenuItem("Canaan Toll Booths Ahead", 									"top.window.location='CanaanTollBoothsAhead.shtml'");
    contents.addMenuItem("Complete Obedience", 						"top.window.location='CompleteObedience.shtml'");
    
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}


