




function FensterOeffnerWebvideo(DateiName, FensterName, Breite, Hoehe)
{
	FensterName = window.open(DateiName, FensterName, 'width=' + Breite + ',height=' + Hoehe + ',scrollbars=YES');
	FensterName.focus();
}


