var fDesc=new Array(); fDesc[0] = "Blackthorne is a cinematic platformer game set on the planet Tuul, which has existed for centuries without human knowledge. The game focuses around protagonist Kyle Vlaros who is known as the Blackthorne, out for revenge on Sarlac and his minions. You can run and climb around the environment, find keys and items and progress to the end of each maze like level."; 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 = ''; } }