subLinks = new Array
(
	new LinkEntry ("intro", 	"Introduction",		"index.html"),
	new LinkEntry ("contacts",	"Contacts",		"Contacts.html"),
	new LinkEntry ("diary", 	"Events Diary", 	"EventDiary.html"),
	new LinkEntry ("qpeal", 	"Quarter Peals", 	"QuarterPeals.html"),
	new LinkEntry ("methods", 	"Methods", 		"methods/BellMethods.html"),
	new LinkEntry ("tutorial", 	"Tutorial", 		"Tutorial.html"),
	new LinkEntry ("gallery", 	"Gallery", 		"Gallery.html")

)

