function ShowMap(e) {
	e = e.replace( ' ', '+' );
	window.open( 'http://maps.google.co.uk/maps?f=q&hl=en&geocode=&q='+e,'','scrollbars=yes,width=780,height=540');
}