function forecast()
{
  var generator=window.open('','name','height=471,width=500');
  
  generator.document.write('<html><head><title>5-daagse weersvoorspelling</title>');

  generator.document.write('</head><body style="float:left;margin:0;background-image:none; background-color:#FFF;">');
  generator.document.write('<div id="radar"><iframe frameborder="0" height="471" width="500" name="frame" scrolling="no" src="../includes/forecast.html"></iframe></div>');
  // generator.document.write('<p><a href="javascript:self.close()"> sluit</a> deze popup.</p>');
  generator.document.write('</body></html>');
  generator.document.close();
}
