var fDesc=new Array(); fDesc[0] = "In this game, you just found an abandoned robot in a scrap yard. Robot lovers like you, luckily you own some spare robot parts in garage. Since you were a little kid you wanted your own robot. Now it is your chance for your imagination to run wild. Rebuild and personalize this robot just the way you always wanted."; 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 = ''; } }