var fDesc=new Array(); fDesc[0] = "Naiteki Kensei is a free total conversion of Half-Life 1 that offers a unique fast-paced experience based on the hit Japanese anime Naruto. Players are able to compete online using a system that combines aspects of a third-person shooter and an action-based fighter to provide a new thrilling experience. The system includes casting clever and powerful Jutsus, stringing together Melee combos, evasive acrobatic free-form Movement, and utilizing an array of Weapons with multiple functions all seamlessly."; 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 = ''; } }