if (document.observe) document.observe("dom:loaded", function() {
  
  HM.Flash.Text.load("h1", {
    src: "../flash/titel.swf"
  })
      
  HM.Flash.Text.load("h2", {
    src: "../flash/header.swf"
  })
  
  HM.Flash.Text.load("h4", {
    src: "../flash/header_footer.swf"
  })
  
  new HM.NewsScroller("nieuwsScroller", {
    src: "ajax_content_nieuwsscroller.lp",
    direction: "horizontal",
    interval: 7000
  });
  
  new HM.NewsScroller("aanbiedingScroller", {
    src: "ajax_content_aanbiedingscroller.lp",
    direction: "horizontal",
    interval: 7000
  });
            
});


function toggleDropDown(element) {
	$(element).down(0).toggle();
}

function startResInfo(pKlantNr,pTaalCode) {
  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=1,width=800,height=520,top=50,left=20');
}

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