function muisOver(obj){ 
    obj.style.cursor='pointer';
	obj.style.cursor='hand';
} 

function muisOut(){ 
} 

function muisKlik(doel){ 
    top.location.href=doel;
} 
