
function checkDOM() {
  if (document.getElementById && document.createElement) {
    laadFotoDOM();
  }
  else {
	  alert('Ondersteuning voor Document Object Model is onvoldoende');
	return;  
  }
}

