document.observe("dom:loaded", function() {
  HM.Flash.Text.load("h1", {
	src: "/flash/h1.swf"
  })   
  HM.Flash.Text.load("h2", {
	src: "/flash/h1.swf"
  })     
  HM.Flash.Text.load("h3", {
	src: "/flash/h3.swf"
  })    
  HM.Flash.Text.load("h4", {
	src: "/flash/h4.swf"
  })

  new HM.SlideMenu('slidemenu', {
    expandSize: 260
  })
  
  hs.captionEval = 'this.thumb.alt';
});

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=550,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=550,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=550,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=550,top=50,left=20');
  }
}
