var fDesc=new Array(); fDesc[0] = "In AirBuccaneers you will secure dominance of the ancient North. You play as a Buccaneer or a Viking and fly around in hot air balloons armed with cannons. The combat demands seamless teamwork and co-operation. The goal of the game is to take down enemy airships and conquer ancient Scandinavia."; 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 = ''; } }