var fDesc=new Array(); fDesc[0] = "Feel yourself as a cool driver in the game Slope Drive. At your disposal are many races and cars that you can open as you progress through. A large open world will not let you get bored in a free ride. The game has cars of different types, both modern, vintage and sports. Good luck!"; 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 = ''; } }