var fDesc=new Array(); fDesc[0] = "The IFSCL is an interactive simulation of the supercomputer screens that appears in the show Code Lyoko. This is a completely original game, based on Jeremie's actions in the original Code Lyoko series, with scan procedures, virtualization and other cool commands to enter with your keyboard, with a playful hierarchical basis."; 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 = ''; } }