/*
stadtplan.js
Stadtplan-Datei zu ProBÜRGER

ProBÜRGER V6.1
(c) 1998-2010 ruhr-connect GmbH

Datei erstellt am 2010-11-26 um 10:23 Uhr
*/


  function stadtplan(x,y,z)
  {
     hWnd = window.open("http://www.moenchengladbach.de/cityguide/cgi-bin/cityguide.pl?action=show&size=8660&mapper=1&mapX=" + x + "&mapY=" + y, "mgstadtplan", "height=600,width=800,menubar=yes,resizable=yes,scrollbars=yes");
     hWnd.focus();
  }



/* end of file */


