function ZoomImage(mediaID, width, height)
{
    window.open('/mediaarchiv/zoom.php?id='+mediaID, 'zoom', 'width='+width+',height='+(height+35)+',dependent=yes,location=no,menubar=no,resizable=no,scrollbars=no,status=no,toolbar=no');
}