	function OpenMapWindow(x,y) {
	         var ref="http://www.streetmap.co.uk/newprint.srf?X="+x+"&Y="+y+"&z=2";
         temp = window.open (ref, "temp", "width=1024,height=800,directories=no,location=no,menubar=no,scrollbars=yes,status=no,toolbar=no,resizable=yes,left=0,top=0,screenX=1,screenY=0");
         }