/**** Virtueel Boeken van AICN ***************/

function startResAlg(taal, testen) {
	//id 3106 is live,  1541 is testomgeving
	//alert('Online boeken is momenteel nog niet mogelijk');
	if (taal == 'nl') { 
		taal = 'N';
	} else if (taal == 'de') { 
		taal = 'D'; 
	} else if (taal == 'uk') {
		taal = 'E';
	}
	if (testen == 'True') {
		window.open('http://www.virtueelboeken.nl/index.asp?u=1541&taal='+taal+'&stylesheet=http://drait.siteinaanbouw.nl/css/virtueelboeken_'+taal+'.css', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=730,top=50,left=20'); 
	} else {
		window.open('http://www.virtueelboeken.nl/index.asp?u=3106&taal='+taal+'&stylesheet=http://www.dedrait.nl/css/virtueelboeken_'+taal+'.css', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=730,top=50,left=20'); 
	}
	//window.open('http://www.virtueelboeken.nl/index.asp?u=1541&taal=nl&objecttype=32', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=620,top=50,left=20');
}
function startResObject(objectType, taal, testen) {
	//alert('Online boeken is momenteel nog niet mogelijk');
	if (taal == 'nl') { 
		taal = 'N';
	} else if (taal == 'de') { 
		taal = 'D'; 
	} else if (taal == 'uk') {
		taal = 'E';
	}
	if (testen == 'True') {
		window.open('http://www.virtueelboeken.nl/index.asp?u=1541&taal='+taal+'&objecttype='+objectType+'&stylesheet=http://drait.siteinaanbouw.nl/css/virtueelboeken_'+taal+'.css', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=730,top=50,left=20'); 
	} else {
		window.open('http://www.virtueelboeken.nl/index.asp?u=3106&taal='+taal+'&objecttype='+objectType+'&stylesheet=http://www.dedrait.nl/css/virtueelboeken_'+taal+'.css', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=730,top=50,left=20'); 
	}
	//window.open('http://www.virtueelboeken.nl/index.asp?u=1541&taal=nl&objecttype=32', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=620,top=50,left=20');
}
function startResObjectEnDatum(objectType, movetobegindatum, movetoeinddatum, taal, testen) {
	//alert('Online boeken is momenteel nog niet mogelijk');
	if (taal == 'nl') { 
		taal = 'N';
	} else if (taal == 'de') { 
		taal = 'D'; 
	} else if (taal == 'uk') {
		taal = 'E';
	}
	if (testen == 'True') {
		window.open('http://www.virtueelboeken.nl/index.asp?u=1541&taal='+taal+'&objecttype='+objectType+'&movetobegindatum='+movetobegindatum+'&movetoeinddatum='+movetoeinddatum+'&stylesheet=http://drait.siteinaanbouw.nl/css/virtueelboeken_'+taal+'.css', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=730,top=50,left=20'); 
	} else {
		window.open('http://www.virtueelboeken.nl/index.asp?u=3106&taal='+taal+'&objecttype='+objectType+'&movetobegindatum='+movetobegindatum+'&movetoeinddatum='+movetoeinddatum+'&stylesheet=http://www.dedrait.nl/css/virtueelboeken_'+taal+'.css', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=730,top=50,left=20'); 
	}
	//window.open('http://www.virtueelboeken.nl/index.asp?u=1541&taal=nl&objecttype=32', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=620,top=50,left=20');
}

function startInfo(taal) {
	if (taal == 'nl') { 
		taal = 'N';
	} else if (taal == 'de') { 
		taal = 'D'; 
	} else if (taal == 'uk') {
		taal = 'E';
	}
	window.open('http://www.virtueelboeken.nl/index.asp?u=3106&taal='+taal+'&type=aanvraag', 'VR', 'toolbar=0,location=0,status=1,menubar=0,scrollbars=0,resizable=0,width=800,height=420,top=50,left=20');
}
