function getDATA () {
	var data = new Array(


" ",

//Every entry must be in the order: "Display title", "Filename.html",
//The HTML file must be in the same directory as all the others.
//Each entry must have comas after each line EXCEPT the last one, which must not.

"Home",
"index.html",

"Press Releases",
"Press Releases.html",


"Information",
"information.html",

"Photo Gallery",
"Photo Gallery.html",

"Members",
"members.html",

"Latest News",
"latest news.html",

"Sarn Cynfelin",
"Sarn Cynfelin.html",

"Diving",
"diving.html",


"History",
"history.html",


"Surveys",
"surveys.html",

"Bits&Bobs",
"bits&bobs.htm",

"Links",
"links.html",

"Disclaimer",
"disclaimer.html"


);

	return data;
}
