function popgoogle() {
	newwindow=window.open('http://maps.google.co.uk/maps?f=q&hl=en&q=CM19+5AF&layer=&ie=UTF8&om=1&z=15&ll=51.763484,0.075788&spn=0.017689,0.03356', 'googlemap', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=1,width=800,height=800,left = 440,top = 312');
	if (window.focus) {newwindow.focus()}
	return false;
}
