var fDesc=new Array(); fDesc[0] = "Roughly one in five people wants to learn to ride a motorcycle, but not everyone has the opportunity to purchase a two wheeled horse. Here's your chance to buy a motorcycle and grab the reins. Experience all the adrenaline and excitement of riding with our simulator. Features include nice graphics and realistic physics of motorcycles. The player has three cards to choose from, there are 3 types of cameras and more ..."; 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 = ''; } }