function OpenMap_LL(Lat,Lon) {
	maps=window.open("/mappe/index.php?Lat=" + Lat + "&Lon=" + Lon ,"PopUpMap", "scrollbars=no,toolbar=no,directories=no,status=no,menubar=no,width=640,height=480");
	maps.resizeTo(640,480);
	maps.focus();
}

function OpenMap_Address(Address) {
	maps=window.open("/mappe/index.php?Add=" + Address ,"PopUpMap", "scrollbars=no,toolbar=no,directories=no,status=no,menubar=no,width=640,height=480");
	maps.resizeTo(640,480);
	maps.focus();
}