var fDesc=new Array(); fDesc[0] = "Offworld is a single player third person shooter game where players pilot air ships and fight for the dominion of their chosen clan. It features: epic air ships that battle each other in true glory, tactical gameplay with customizable ships and various weapons to choose from, a beautifully created stylized 3d world, arcade style gameplay, and more.

This game is free but the developer accepts your support by letting you pay what you think is fair for the game."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }