var fDesc=new Array(); fDesc[0] = "ControlMyPc is a program for the Android platform, it makes it easy to control your pc from anywhere in the world, with new integrated mouse pad for your convenience. With this program you can you can add several computers and connect to them simply by selecting them from a list that you create."; 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 = ''; } }