var newwin;
function fenster(welches,name,breite,hoehe)
{
	newwin = window.open(welches,name,"toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=no,resizable=no,width=" + breite + ",height="+hoehe);
}
var newwin2;
function fenster_scroll(welches,name,breite,hoehe)
{
	newwin2 = window.open(welches,name,"toolbar=no,location=no,directories=no,status=yes,menubar=no,scrollbars=yes,resizable=no,width=" + breite + ",height="+hoehe);
}