function sendDataPaard(id, strName) {
  window.opener.acceptDataPaard(id, strName);
  window.close();
}

function sendDataRuiter(id, strName) {
  window.opener.acceptDataRuiter(id, strName);
  window.close();
}

function sendDataVader(id, strName) {
  window.opener.acceptDataVader(id, strName);
  window.close();
}

function sendDataMoeder(id, strName) {
  window.opener.acceptDataMoeder(id, strName);
  window.close();
}

function sendDataFokker(id, strName) {
  window.opener.acceptDataFokker(id, strName);
  window.close();
}

function sendDataVorigPaard(id, strName) {
  window.opener.acceptDataVorigPaard(id, strName);
  window.close();
}

function sendDataHuidigPaard(id, strName) {
  window.opener.acceptDataHuidigPaard(id, strName);
  window.close();
}

function DoResize() {
    panes = document.getElementById('iframe');
    var htmlObj = document.getElementsByTagName('html')[0];
    panes.width=htmlObj.clientWidth;
    panes.height=htmlObj.clientHeight-55;
    setTimeout("DoResize()",1000);
}

function OpenPopup2(strurl) {
 	Popup = window.open(strurl,"help","width=500, height=600,top=100,left=100,toolbar=0,resizable=1,scrollbars=1,status=0.menubar=0,location=0,directories=0");
	Popup.focus();
}
