<!--

function castleTour(theURL)
{
	if (theURL=='')
	{	theURL='http://www.farnhamcastle.com/castletour/plangm.htm';
	}
	else if (theURL=='videotour')
	{	theURL='http://www.farnhamcastle.com/castletour/videotour.htm';
	}
	else
	{	theURL='http://www.farnhamcastle.com/castletour/'+theURL;
	} 
	MM_openBrWindow(theURL,'tour','scrollbars=yes,resizable=yes,width=610,height=440');
}

function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

//-->