	<!--

function virtualTour(theURL)
{
	if (theURL=='')
	{	theURL='http://www.farnhamcastle.com/tour/virtual_tour/plangm.htm';
	}
	else
	{	theURL='http://www.farnhamcastle.com/tour/virtual_tour/'+theURL;
	} 
	MM_openBrWindow(theURL,'tour','scrollbars=yes,resizable=yes,width=610,height=400');
}

function MM_openBrWindow(theURL,winName,features)
{
	window.open(theURL,winName,features);
}

function openvideo()
{ window.open('http://www.farnhamcastle.com/tour/videotour.htm', 'viewvideo', "width=468, height=374, top=100, left=150, status=no" ); }

//-->




function printWindow() {
bV = parseInt(navigator.appVersion);
if (bV >= 4) window.print();
}

