var fDesc=new Array(); fDesc[0] = "Tire Shop is a game about getting all the tires to the mechanics as you cause physical chain reactions to get them moving. All the tires of the workshop are misplaced. Your role is to help the mechanics to get their tires back. You are supposed to achieve the 24 difficult physics levels the fastest you can to earn more points."; 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 = ''; } }