

	//Created: 23/12/03 :DC
	//Gets directions from Multimap.com


	function getDirections(){
			//zUrl="http://www.multimap.com/map/browse.cgi?client=public&search_result=&db=pc&cidr_client=none&lang=&pc=BA12BU&advanced=&client=public&addr2=&quicksearch="+escape(document.frmDir.txtDirPostcode.value)+"&addr3=&addr1=";
			zUrl="http://www.multimap.com/map/aproute.cgi?client=public&lang=&rn=GB&input_rt=aproute_pan&startcountry=GB&startrd=&starttown=&startpc="+escape(document.getElementById('ctl00_ContentPlaceHolder1_txtDirPostCode'))+"&endcountry=GB&endrd=&endtown=&endpc=HD75UN&qs=q&starttime=12%3A00";
			window.open(zUrl,new Date().getSeconds(),"height=500,width=800,status=yes,toolbar=yes,menubar=yes,location=yes,resizable=yes,scrollbars=yes");
	}
