

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor - Arise, Shine For Thy Light Is Come!", 	
						"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("A New Day Dawns", 	"top.window.location='ANewDayDawns.shtml'");
    
    contents.addMenuItem("Worshiping a Caricature of God", 	"top.window.location='WorshippingACaricatureOfGod.shtml'");
    contents.addMenuItem("Knowing How to Obey God", 	"top.window.location='KnowingHowToObeyGod.shtml'");
    contents.addMenuItem("Nahum's Chariots Ride in Oklahoma", 	"top.window.location='NahumsChariots.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}


