function Go(x) { if(x == "none") { return; } else { location.href = x; } }
function wertanalyse() { window.open('http://mapguide.colonia-online.de/gwa/gwa-rp-online.asp','wertanalyse','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,width=505,height=610'); }
function owin (datei,name,width,height) {
  sw = screen.width;
  sh = screen.height;
  if (width>sw-50) width=sw-50;
  if (height>sh-100) height=sh-100;
  pict = window.open (datei,name,'width='+width+',height='+height+',scrollbars=yes,directories=no,resizable=yes,toolbar=no,location=no,status=no,menubar=no');
  pict.focus();
  return pict;
}
function DoKarte(mein_url)
{
  var x;
  x = window.open("/news/auto/planroute/karte.phtml?target="+mein_url,"MGK","toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=no,resizable=no,copyhistory=no,width=450,height=440"+",screenX=0,screenY=0,left=0,top=0");
  x.focus();
}
function DoRoute(mein_url)
{
  var x;
  x = window.open("/news/auto/planroute/routing.phtml?"+mein_url,"MGR","toolbar=no,menubar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,copyhistory=no,width=500,height=500"+",screenX=0,screenY=0,left=0,top=0");
  x.focus();
}
