function Gutachten(wasdenn)
{
	wi = window.open(wasdenn,"Gutachten","width=800,height=600,screenX=0,screenY=0,resizable=no,scrollbars=no");
	wi.focus();
}
function Open(wasdenn)
{
	wi = window.open(wasdenn,"Info","width=1000,height=720,screenX=0,screenY=0,resizable=no,scrollbars=no");
	wi.focus();
}

