<!--
function open_wingr(grosseneueseite)
{
	if (screen.availheight >= 768) 
	{
		fenster = window.open(grosseneueseite,'mybigwindow','width=1024,height=768,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes');
	}
	else
	{
		fenster = window.open(grosseneueseite,'mybigwindow','width=screen.availheight,height=screen.availwidth,toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,copyhistory=no,resizable=yes');
	}
	fenster.focus( )
}
function closeMe( )
{
close( )
}
//-->
