

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("Heroes: Instinct, Deliberation and Love", 	"top.window.location='Heroes.shtml'");
    contents.addMenuItem("The Lord&quot;s Passover", 	"top.window.location='TheLordsPassover.shtml'");
    contents.addMenuItem("Make Full Proof This Year", 	"top.window.location='MakeFullProofThisYear.shtml'");
    contents.addMenuItem("Prepared as a Bride Adorned for Her Husband", 
									"top.window.location='PreparedAsABrideForHerHusband.shtml'");
    contents.addMenuItem("The Back Pew", 				"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}








