function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function ZoomImage(strSrc, strTitle) {
  window.open( 'zoom.htm?image='+strSrc+'&title='+strTitle, 'winZoom', 'width=600,height=600' );
}

function startRes(pKlantNr,pTaalCode,pObjectType)
{
 window.open('http://www.virtueelboeken.nl/index.asp?stylesheet=http://www.campingoriental.nl/vb/css/virtueelboeken.css&u=' + pKlantNr + '&taal=' + pTaalCode + '&objecttype=' + pObjectType, 'VirtueelBoeken', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=830,height=650,top=50,left=20');
}

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