function popup(id)
{
switch(id)
{
	case "trevorandjane":	window.open("eastonlodgehtm/trevorandjane.htm", "", "top=40, left=40, width=385, height=575");
				break;
	case "trevorandjoyce":	window.open("eastonlodgehtm/trevorandjoyce.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "roundthepond":	window.open("eastonlodgehtm/roundthepond.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "trevorandjohn":	window.open("eastonlodgehtm/trevorandjohn.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "johnandjoyce":	window.open("eastonlodgehtm/johnandjoyce.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "barbara":	window.open("eastonlodgehtm/barbara.htm", "", "top=40, left=40, width=385, height=555");
				break;
	case "katediscussingcolour":	window.open("dunmowhtm/katediscussingcolour.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "kateandjustin":	window.open("dunmowhtm/kateandjustin.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "anothertechnique":	window.open("dunmowhtm/anothertechnique.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "sheneverkeepsstill":	window.open("dunmowhtm/sheneverkeepsstill.htm", "", "top=40, left=40, width=385, height=570");
				break;
	case "whattodonext":	window.open("dunmowhtm/whattodonext.htm", "", "top=40, left=40, width=385, height=570");
				break;
	case "paintings":	window.open("dunmowhtm/paintings.htm", "", "top=40, left=40, width=500, height=405");
				break;
	case "maltingsentrance":	window.open("dunmow2htm/maltingsentrance.htm", "", "top=40, left=40, width=385, height=570");
				break;
	case "maltingsinterior":	window.open("dunmow2htm/maltingsinterior.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "kateexplains":	window.open("dunmow2htm/kateexplains.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "coffeetime":	window.open("dunmow2htm/coffeetime.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "beforeitdries":	window.open("dunmow2htm/beforeitdries.htm", "", "top=40, left=40, width=500, height=445");
				break;
	case "whereskate":	window.open("dunmow2htm/whereskate.htm", "", "top=40, left=40, width=500, height=445");
				break;
	default:		alert("Wrong!");
}
} 
