

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor - Thankful for the Memories", 	
			"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("An End, the End is Come", 	
			"top.window.location='AnEndTheEndIsCome.shtml'");
    contents.addMenuItem("Which is the Greater Sin", 	
			"top.window.location='WhichIsTheGreaterSin.shtml'");
    contents.addMenuItem("Gifted with Wisdom, but Died Foolishly", 	
			"top.window.location='GiftedWithWisdomButDiedFoolishly.shtml'");
    contents.addMenuItem("Too True - Three Huts", 		
			"top.window.location='TooTrue.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}

