var fDesc=new Array(); fDesc[0] = "Rise of The Triad is a first person shooter video game. Within the game you will step into the shoes of the H.U.N.T. (High-Risk United Nations Taskforce) with five unique characters, each with different play styles. You will get to blast through over 20 of levels of explosive single-player action and also unique multiplayer maps"; 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 = ''; } }