if (document.observe) document.observe("dom:loaded", function() {
   
});


function startRes(pKlantNr,pTaalCode,pLokatieCode)
{
  if (pLokatieCode) {
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&taal=' + pTaalCode + '&lokatie=' + pLokatieCode + '&type=aanvraag', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=750,height=520,top=50,left=20');
  }else{
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&taal=' + pTaalCode + '&type=aanvraag', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=830,height=520,top=50,left=20');
  }
}

function startRes2(pKlantNr,pTaalCode,pLokatieCode)
{
  if (pLokatieCode) {
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&taal=' + pTaalCode + '&lokatie=' + pLokatieCode, 'VirtueelBoeken', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=750,height=520,top=50,left=20');
  }else{
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&taal=' + pTaalCode, 'VirtueelBoeken', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=830,height=520,top=50,left=20');
  }
}

function startRes3(pKlantNr,pTaalCode,pLokatieCode)
{
  if (pLokatieCode) {
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&taal=' + pTaalCode + '&lokatie=' + pLokatieCode + '&type=emailnieuwsbrief', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=750,height=520,top=50,left=20');
  }else{
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&taal=' + pTaalCode + '&type=emailnieuwsbrief', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=830,height=520,top=50,left=20');
  }
}
