  function route(id)
  { if ((id) && (id!=0))
      { routewin = window.open('http://www.yellowmap.de/partner/wunder/rsform.asp?id='+id,'routewin1','width=600,height=550,resizable,scrollbars');
        if (routewin) { routewin.focus(); 
                      }
      }
  }


  function stadt(id)
  { if ((id) && (id!=0))
      { stadtplanwin = window.open('http://www.yellowmap.de/partner/wunder/Kartenservice.asp?id='+id,'stadtplanwin1','width=600,height=550,resizable,scrollbars');
        if (stadtplanwin) { stadtplanwin.focus();
                          }
      }
  }

