// JavaScript Document voor trainingmodule
function StartWBT(theURL){
	newWindow=window.open(theURL+location.search,"DFMCursusWindow","left=0, top=0, width=1010, height=650, directories=no, fullscreen=no, location=no, menubar=no, resizable=no, scrollbars=no, status=yes, titlebar=yes, toolbar=no")
	//return null;
}

function ExitWBT(){
	if (window.opener) window.close()
}
