function Vollbild(imgsrc,width,height)
{
   window.open('vollbild.php?imgsrc=' + imgsrc,'Vollbild','height='+height+',width='+width+',toolbar=no,location=no,scrollbars=no,resizable=yes');
}