function showMaps(country, city, zipcode) {

    var fenster = window.open("/show_gmaps.php?country="+country+"&city="+city+"&zip="+zipcode, "fenster1", "width=315px, height=415px, status=yes, scrollbars=no, resizable=yes");

    fenster.focus();

}
