function LoadRoeLeftMenu()
	{
	document.write("<ul class='leftmenu'>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/' target='_top'>Home Page</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.verdon-roe.co.uk' target='_new'>Verdon-Roe Family Site</a></li>" +

	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/biography.htm' target='_top'>A.V.Roe Biography</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/Biblio_AVRoe.htm' target='_top'>A.V.Roe Bibliography</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/comphist.htm' target='_top'>A.V.Roe Company History</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/avrotimeline.htm' target='_top'>A.V.Roe Timeline</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/avroaircraft.htm' target='_top'>A.V.Roe Aircraft</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/history.htm' target='_top'>Avroplane History</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/88replica.htm' target='_top'>Avroplane Replica (1988)</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/80anniv.htm' target='_top'>80th Anniversary Photos</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/gallery1.htm' target='_top'>Miscellaneous Photos</a></li>" +

	"<li class='leftmenu'><a class='leftmenu' style='color:#f00;' href='http://www.brooklands100.org/aviation/avroplane/news.htm' target='_top'>Latest Project News</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/photos.htm' target='_top'>Project Photos</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/ptimeline.htm' target='_top'>Project Timeline</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/sponsors.htm' target='_top'>Project Sponsors</a></li>" +
	"<li class='leftmenu'><a class='leftmenu' href='http://www.brooklands100.org/aviation/avroplane/contact.htm' target='_top'>Contact Details</a></li>" +

	"</ul>");
	}