

function loadContents () {
	

    window.contents = new Menu("Contents");

    contents.addMenuItem("From the Editor - America celebrates Virginia's quadcentennial", 	"top.window.location='FromTheEditor.shtml'");
    contents.addMenuItem("The End of All Things is at Hand", 				"top.window.location='TheEndOfAllthingsIsAtHand.shtml'");
    
    contents.addMenuItem("What Is It To You?", 	"top.window.location='WhatIsItToYou.shtml'");
    contents.addMenuItem("The Back Pew", 				"top.window.location='TheBackPew.shtml'");
    contents.fontSize = 12;
    contents.menuItemHeight = 30;
    contents.menuHiliteBgColor = "#6699CC";

}


