<!--
function Vergroessern(bild)
{
x=open('g/' + bild + '.jpg','Bild','width=380,height=540'); 
x.focus();
}
//-->



