function fensterx(datei,width,height)
{
var widthn = width + 20;
var heightn = height + 30;
produkt=open(datei,"produkte",'Width='+widthn+',height='+heightn+',menubar=0,locationbar=0,screenX=20,screenY=50,scrollbars=0');
}