var qopen=0;
var QdtfWin;
function openQmethod(url){
 if(qopen==0){
  QdtfWin=window.open(url,'QtdfWin','fullscreen=1,location=0');
  qopen=1;
  return false;
 }else{
  return true;
 }
}


function popupclosed(){
 if(qopen==2){
  document.getElementById('ctl00_cphMain_btnNext').click();
  qopen=3;
 }
}

function refresh(){
 window.location.replace(window.location);
}

function popupopened(){
 qopen=2;
 //var tim=setTimeout("window.open(url,'QtdfWin','fullscreen=1,location=0');",24);
}


function shownextpage() {
 var doc=window.document
 doc.open();
 doc.write('<HTML>\n<HEAD><META HTTP-EQUIV="Refresh" CONTENT="3;URL=persoon.asp?ses_id=141758&guiID=1&invitationGUID=&languagecode=en"></HEAD>\n<body BGCOLOR="#F9F2E6" background="/images/backgrnd2.jpg ">\n<CENTER>\n');
 doc.write('<br><p><br><p><br><p><FONT face="Arial" size=2></FONT>\n');
 doc.write('</CENTER>\n</BODY>\n</HTML>\n');
 setTimeout('location.href="persoon.asp?ses_id=141758&guiID=1&invitationGUID=&languagecode=en"',4000);
 doc.close()
}
 
var newwin;
 
function launchwin(winurl,winname,winfeatures,winpersoonredir) {
// This launches a new window and then focuses it if window.focus() is supported.
// With a delay because IE4 encounters errors when trying to focus a recently opened window.
  newwin = window.open(winurl,winname,winfeatures);
  if (javascript_version > 1.0) setTimeout ('newwin.focus();',300);
  shownextpage();
}

