Beispiel:
(function() {
var selParcel = '[gml_id]';
var link = 'http://alkis.mapbender3.org/mapbender3/web/info/alkis/alkisausk.php?gkz=xxx&gmlid='
+ encodeURI(selParcel);
window.open(link,'','left=0,top=20,width=600,height=800,resizable=yes,menubar=no,toolbar=no,
location=no,status=no,scrollbar=yes');
})();