function openMap(obj)
{
	window.open('/map/map.html?obj='+obj, 'map','height=400,width=620');
	if (window.focus) {
		newwindow.focus()
	}
	return false;
}