
function testMainWindow()
{if(window.top!=window){try{if(window.location.href.indexOf("www.flogao.com.br")==-1)
{window.top.location=window.location;}}catch(e)
{window.top.location=window.location;}}}
function resizeIframe()
{var iframe=GetElement('browserFrame');var iframePosTop=GetElementPos(iframe).top;iframe.style.height=GetScreenSize().height-iframePosTop+'px';setTimeout('resizeIframe()',500);}