var fDesc=new Array(); fDesc[0] = "Tenchu is a colorful platformer for your PC, in which we will rescue different monsters from captivity. The game features a great cartoon style graphic design, with excellent animation and amusing sounds. The plot is twisted around the golden eggs stolen by the hijackers of the magical color root system. In addition, the robbers hid in different parts of the cell locations with fabulous little animals."; 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 = ''; } }