if (document.getElementsByTagName)
	{}
else
	{location.href="old_browser.asp"}

function menu()
	{	
	var a = document.getElementsByTagName("TD")
		for (var b=0;b<a.length;b++)
			{
			if (a[b].className=="mbtn")
				{
				a[b].onmouseover 	= function(){this.style.cursor="hand"}
				a[b].onmouseout 	= function(){this.style.cursor=""}
				a[b].onclick	 	= function(){num=this.id.replace(/t/,'');l=eval('document.getElementById("l'+num+'")');location.href=l.href}
				}
			}
	var a = document.getElementsByTagName("IMG")
	for (var b=0;b<a.length;b++)
		{
		if (a[b].className=="photo")
			{
			a[b].onmouseover 	= function(){if (this.id==""){this.id=this.alt};this.alt="Click to Enlarge"}
			a[b].onclick 		= function(){p=this.src.replace('http://www.white-horse-ripon.co.uk/images/','');window.open('photo.asp?p=' + p + '&a=' + this.id,'pop','width=500;height=350;scrolbars=no')}
			}
		} 
	}