//Get directions
function getDirections() {
	var from=document.getDir.homePostCode.value;
	newWindow=window.open('http://maps.google.co.uk/maps?saddr='+from+'&daddr=PR42HD','newWin','height=600,width=800,resizable=yes,scrollbars=yes,menubar=no,addressbar=no');
}