var fDesc=new Array(); fDesc[0] = "Bike Disassembly 3D is a simulator that allows you to assemble an American chopper. You can start the engine and disassemble the bike, take up different parts of the bike such as the number plates, gas tank, mirrors, wells, the electrical parts or the motorcycle exhaust."; 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 = ''; } }