var fDesc=new Array(); fDesc[0] = "D-Race is a game in which you are immersed into a vast and interesting world full of danger and injustice. Your name is John and once you are fired, you decide to race to feed your family. You get mixed up with influential people which gets you in trouble. You have to participate in races and to get away from the police and the bad guys."; 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 = ''; } }