function popup_window(time, text, wid, hei)
{
  var time;
  var text;
  var wid;
  var hei;
  
  window.setTimeout("window.open('http://www.versicherungsvergleich.de/popup/window.php?text=" + text + "', '', 'width=" + wid + ",height=" + hei + ",scrollbars');", time);
}
