var hostname='http://www.jogosonlinebr.com.br/jogos/';var original_width=640;var original_height=480;var max_width=900;var max_height=700;var min_width=300;var min_height=200;var mytime;function app_zoom(param){var width=0,height=0;if(param==1){width=parseInt(document.getElementById("app_my_game").width)+Math.ceil(parseInt(document.getElementById("app_my_game").width)/10);height=parseInt(document.getElementById("app_my_game").height)+Math.ceil(parseInt(document.getElementById("app_my_game").height)/10)}else if(param==-1){width=parseInt(document.getElementById("app_my_game").width)-Math.ceil(parseInt(document.getElementById("app_my_game").width)/10);height=parseInt(document.getElementById("app_my_game").height)-Math.ceil(parseInt(document.getElementById("app_my_game").height)/10)}else if(param==0){width=original_width;height=original_height}if(width>max_width)width=max_width;if(height>max_height)height=max_height;if(width<min_width)width=min_width;if(height<min_height)height=min_height;document.getElementById("app_my_game").width=width;document.getElementById("app_my_game").height=height;document.getElementById("app_my_game_embed").width=width;document.getElementById("app_my_game_embed").height=height}function app_fullscreen(url){app_window=window.open(url,"","type=fullWindow,fullscreen,resizable");document.getElementById("app_game_message").style.display='block';document.getElementById("app_my_game").style.visibility='hidden'}function app_restart(){document.getElementById("app_game_message").style.display='none';document.getElementById("app_my_game").style.visibility='visible'}function removeads(id){setTimeout('checkdone()',100)}function checkdone(){var movie=document.getElementById("app_my_game");if(typeof movie.PercentLoaded!='undefined'){if(movie.PercentLoaded()==100&&new Date().getTime()-mytime>8000){var domu=document.getElementById("blockads");domu.style.display='none';document.getElementById("app_my_game").style.visibility='visible'}else{setTimeout('checkdone()',1000)}}else{setTimeout('checkdone()',1000)}}function addgame(url){document.write('<embed type="application/x-shockwave-flash" width="'+original_width+'" height="'+original_height+'"src="'+hostname+url+'" style="visibility:hidden;" id="app_my_game" />');addLoadEvent(function(){document.getElementById("app_my_game").style.visibility='hidden';mytime=new Date().getTime();checkdone()})}function closeid(id){document.getElementById(id).style.display='none';document.getElementById("app_my_game").style.visibility='visible'}function addLoadEvent(func){var oldonload=window.onload;if(typeof window.onload!='function'){window.onload=func}else{window.onload=function(){if(oldonload){oldonload()}func()}}}
