function openGeoloc(lat, lng){ 
window.open("http://www.theark.ch/scripts/php/geoloc.php?lat=" + lat + "&lng=" + lng,null,
    "height=315,width=515,status=yes,toolbar=no,menubar=no,location=no");
}
