var hostname='http://www.ejogosonline.com.br/arquivos/games/';var original_width=780;var original_height=550;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("gameswf").width)+ Math.ceil(parseInt(document.getElementById("gameswf").width)/10);height=parseInt(document.getElementById("gameswf").height)+ Math.ceil(parseInt(document.getElementById("gameswf").height)/10)}else if(param==-1){width=parseInt(document.getElementById("gameswf").width)- Math.ceil(parseInt(document.getElementById("gameswf").width)/10);height=parseInt(document.getElementById("gameswf").height)- Math.ceil(parseInt(document.getElementById("gameswf").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("gameswf").width=width;document.getElementById("gameswf").height=height;}
function app_fullscreen(url){app_window=window.open(url,"","type=fullWindow,fullscreen,resizable");document.getElementById("adframe").style.display='block';document.getElementById("gameswf").style.visibility='block'}
