/* Copyright 2008 Simply Extras Ltd */
function googleDir(h,e){var b=800;var a=600;var c=document.getElementById("googleDirections");var g="googleDirectionsPopUp";x=(800-b)/2,y=(600-a)/2;if(screen){y=(screen.availHeight-a)/2;x=(screen.availWidth-b)/2}var f="width="+b+",height="+a+",location=no,resizable=yes,scrollbars=auto,toolbar=no,screenX="+x+",screenY="+y+",top="+y+",left="+x;var d=window.open("http://maps.google.com/maps?saddr="+document.getElementById("googleDirectionsUserPostcode").value+"&daddr="+h+","+e+"",g,f);d.focus()};