

// Define extra menu items for MuchAdo pages
var extraMenuList = new Array (
	//	Type		page pattern			Text						ref							
		// status											subnote						external		highlight
	"Seperator",
	"Link",		    /Much-Ado-Cast$/,		    "Cast",					        "Much-Ado-cast.html",
		"Cast",												null,						false,		    false,
	"Link",		    /Much-Ado-Production$/,	"Production",	                "Much-Ado-production.html",
		"Production",										null,						false,		    false,
	"Seperator",
	"Link",		    "Much-Ado-Text",		    "The Text (external)",         "http://shakespeare.mit.edu/much_ado/index.html",
		"Full text of As You Like It", 		                "Click on Scene Nos",	    true,		    false,
	"Link",		    "Much-Ado-Site",		    "A Much Ado Wiki",         "http://en.wikipedia.org/wiki/Much_Ado_About_Nothing",
		"Text, commentaries, pictures", 		            null,						true,		    false
);

