var fDesc=new Array(); fDesc[0] = "Virtual Joystick is a software which enables users to control racing games (e.g. Need For Speed) on your PC or laptop with IPhone. Virtual Joystick has two parts. First part is the original Virtual Joystick program, which is available on Apple App store. The second part of the Virtual Joystick Project is the computer part."; 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 = ''; } }