//--> Knalt obj terug, of false
function getElem(el) {
	if (elem=document.getElementById(el)) return elem;
	else return false;
}