function gross(Bild)
{
	Fenster=window.open(Bild,'Webcam','toolbar=0,directories=0,width=580,height=510,scrollbars=0,resizeable=yes')
}
function weg(Bild)
{
	Fenster=window.open(Bild,'Webcam')
	if (Fenster && !Fenster.closed)
	{
		Fenster.close()
	}
}
function zumachen(Bild)
{
	window.opener.weg(Bild)
}


