function fullScreen(theURL){
	var breed = screen.width;
	var hoog = screen.height;
	scherm = window.open(theURL, '', 'location=0, scrollbars=1, menubar=0, width='+breed+', height='+hoog+', status=0');
	scherm.moveTo(0,0);
}
