	
	function showmap(i){
	
		//var site="showmap.pl?pc=" + i ;
	// http://www.streetmap.co.uk/streetmap.dll?PostCode2MapE&code=" + i + "&account=clubwebsite&arrow=Y&width=558&height=555&zoom=1 //
		//mywindow=window.open(site,'blank','height=560,width=560,left=0,top=0');		
		
		var url = "http://maps.google.com/maps?q="+i+"&maptype=roadmap&z=15";		
		var load = window.open(url,'','scrollbars=no,menubar=no,height=600,width=950,resizable=no,toolbar=no,location=no,status=no');

	}