

<!--
function winOpen(file, width, height, scrolling)
{
 F1=open(file, 'Fenster1', 'width=' + width + ',height=' + height + ',resize=no,scrollbars=' + scrolling);
}
//-->

