function popupmap(URL)
{
	popupMap = window.open(URL, 'Map', 'toolbar=0,scrollbars=0,location=0,status=0,menubar=0,resizable=1,width=650,height=600,left=5,top=5');
	popupMap.focus();
}

