if (document.observe) document.observe("dom:loaded", function() {
	
	HM.Flash.Text.load("h1", {
		src: "../../flash/titel_nieuw.swf"
	})
	
	HM.Flash.Text.load("h2", {
		src: "../../flash/header.swf"
	})
  
  HM.Flash.Text.load("h5", {
		src: "../../flash/header_breed.swf"
	})
		
});


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


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,ObjectType,StyleSheet,pTaalCode,pLokatieCode)
{
  if (pLokatieCode) {
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&objecttype=' + ObjectType + '&stylesheet=' + StyleSheet + '&taal=' + pTaalCode + '&lokatie=' + pLokatieCode, 'VirtueelBoeken', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=750,height=650,top=50,left=20');
  }else{
    window.open('http://www.virtueelboeken.nl/index.asp?u=' + pKlantNr + '&objecttype=' + ObjectType + '&stylesheet=' + StyleSheet + '&taal=' + pTaalCode, 'VirtueelBoeken', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=1,width=830,height=850,top=50,left=20');
  }
}

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