function showMap(shopid) {
			window.open('storefinder_map.php?id='+shopid,'storefinder','width=730, height=680, scrollbars=yes')
		}
function entsubradius(event)
{
	if (event && event.which == 13)
		submitRadius()
	else
		return true;
}