function openWindow(destination, width, height)
{
	window.open( "http://www.oldkingsarmshotel.co.uk" + destination, "", "toolbar=no,location=no,directories=no,status=no,menubar=yes,scrollbars=yes,resizable=yes,copyhistory=no,width=" + width + ",height=" + height );
}