var woonlastenverzUrl = "https://www.aegon.nl/module/tp/bereken/woonlastenverzekering/index.html?nummerTP=637801&emailTP=info@koster[dot]nl&extT1=KOSTER Woonlastenverzekering&extACTIE=&extC1=%23FFFFFF&extC2=%23330066&extC3=%23ff0000&extC4=%23ffffff&extC5=%23ff0000&extC6=%23330066&extC7=%23FFFFFF";

function openAEGONPopup()
{
  var theURL = woonlastenverzUrl;
  var winName = "winModule";
  var width = 970;
  var height = 570;
  var winl = (screen.width - width) / 2;
  var wint = (screen.height - height) / 2;
  var i = width;
  var j = height;
  var features = 'scrollbars=no,resizable=no,width='+width+',height='+height+',top='+wint+',left='+winl+'';
  var myPopup=window.open(theURL, winName, features);
  myPopup.focus();
}