/* JS Document */
window.onload = function(){
	if (document.getElementById("outer") != undefined){
		winH = getWindowHeight();
		if (winH >= 680){
			document.getElementById("outer").style["height"] = getWindowHeight()+"px";
		}
		else{
			document.getElementById("outer").style["height"] = "680px";
		}
	}
}
function launch(){
	//openBrWindow('/frontoffice/index.php?<?php echo $_SERVER['QUERY_STRING']; ?>', 'gerliwin2', 995, 680, 'scrollbars=no, toolbars=no, fullscreen=yes, kiosk=yes', true);
	Gerli_FL_RunContent();
}
	


function googleFool($URL){
	iFrame = document.getElementById("goopage");
	if (iFrame!=null){
		//alert($URL);
		iFrame.src=$URL;
	}
}