function showVergroting(vergrid, ctid,types)
{
    window.open('vergroting.php?id='+vergrid+'&cid='+ctid+'&type='+types, 'vergr', 'width=225, height=300, resizable');
}