var fDesc=new Array(); fDesc[0] = "Tiger Hunt is a first-person action packed arcade-like highly immersive 3D tank-combat simulation game with highly detailed real-time photorealistic graphics, in an historically correct setting. Tiger Hunt offers the arcade-like non-stop action of a 3D shooter and realistic tank simulation combat."; 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 = ''; } }