var fDesc=new Array(); fDesc[0] = "Clastle is a platform/puzzle/exploration game. Game play revolves around working your way through and around various confrontations (traps, dynamic level events, ect). Evasive maneuvers will be necessary to get through each level. Z-Axis movement is a spotlight in the flow of the game, you will always be running jumping and weaving your way through and around danger."; 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 = ''; } }