var fDesc=new Array(); fDesc[0] = "SkiRanger is an arcade styled PC - Party game designed around skiing. The game is about a Ranger who is maintaining the law and order of his mountain district and has to master different challenges. It's using the motion tracking technology of the Microsoft Kinect and the Asus XtionPRO depthsensing cameras to let you slip into the jacket of the Ranger and get in direct control of him."; 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 = ''; } }