var fDesc=new Array(); fDesc[0] = "myPhoneDesktop is a program that provides an easy and effective way to work with your iPad, iPhone or iPod touch directly from your desktop. You can use this program whether you need to make a phone call, send a long SMS, copy a large amount of text, send a long and complicated to retype URL, open route in mobile Google Map or store an image on your iPad or iPhone."; 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 = ''; } }