var fDesc=new Array(); fDesc[0] = "Sons of Triskelion is a 2D RPG game for Windows. Here, slaves and criminals are given a chance to repay their debts to the society, or at least give the bored and idle rich a good show. It is also a place of secrets, of great danger and intrigue. For one man, trying to win his freedom to find that which is most precious to him once again, it is a place of destiny, both for himself and for an Empire."; 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 = ''; } }