var fDesc=new Array(); fDesc[0] = "A Sirius Game is 3D, action-adventure game with RPG elements. It requires the player’s ship to escort other merchant ships to different ports unharmed by the pirates and also trade different items for money. It all started on a nice, bright and sunny day. Sirius, the arrogant brat, gets thrown out of his house by his father after a squabble. Now he gets set to take revenge of this petty disgrace."; 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 = ''; } }