var fDesc=new Array(); fDesc[0] = "Fatal Contact - is an arcade game with an endless game world. The game is optimized for a wide range of computers, has a pleasant minimalistic graphics,as well as atmospheric music. The game's physics and character management were set up with the maximum balance between convenience and quality gameplay. The unique game experience and minimalistic game design complement the challenging and balanced obstacles.

Fatal Contact - is an arcade game with an endless game world. The game is optimized for a wide range of computers, has a pleasant minimalistic graphics,as well as atmospheric music. The game's physics and character management were set up with the maximum balance between convenience and quality gameplay. The unique game experience and minimalistic game design complement the challenging and balanced obstacles."; 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 = ''; } }