window.onload = maxWindow;

function maxWindow()
{ 
	window.moveTo(0,0);
	if (document.all) //IE 
	{
	  top.window.resizeTo(screen.availWidth,screen.availHeight);
	}
	else if (document.layers||document.getElementById)
	{
		if (top.window.outerHeight<screen.availHeight||top.window.outerWidth<screen.availWidth)
  		{
		    top.window.outerHeight = screen.availHeight;
		    top.window.outerWidth = screen.availWidth;
		}
	}
}
var hoehe = screen.height; 
if (hoehe > 800) FlippoPath = FlippoPath + "&screenSize=1280";
else if (hoehe > 610) FlippoPath = FlippoPath + "&screenSize=1024";
//alert (hoehe);
//alert (FlippoPath);
