// ========================================= PwGeo1.js ====================================

// Copyright ©2010 Internetverlag Terranautic World Limited

function AdressCommand() {
    Adresse=document.getElementById('MapAddress').value;
    URL="/cgi-bin/womo/poiwalk5/adresse.pl?"+Session+";"+RoutenID+";"+Adresse+";"+PoiKooNS+";"+PoiKooEW+";"+Ycc+";"+Xcc+";"+minX+";"+minY+";"+maxX+";"+maxY+";";
    document.getElementById("Message").innerHTML = "<iframe name='poiwalk' id='PoiWalk' width='100%' height='100%' src=\""+URL+"\" Frameborder='no'></iframe>"; 
    URLwindow2=URL;
    }
    
// ENDE ==================================== PwGeo1.js ====================================

