var fDesc=new Array(); fDesc[0] = "Crazy Orcs Racing is a driving game about orcs who are fond of playing fresh stuff too. Merely a car will surely stimulate their interests in racing games. There are a few opponents with you in the field, together steering the fine auto with a trip to the finish line. Up and Down arrow keys are for forward and backward. Changing Direction is just press Enter."; 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 = ''; } }