

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From The Editor - The Race That Matters Most", 	"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("Parables of a Field", "top.window.location='ParablesOfAField.shtml'");
    contents.addMenuItem("Den of Thieves", 	"top.window.location='DenOfThieves.shtml'");
    contents.addMenuItem("The Back Pew", 	"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}


