var fDesc=new Array(); fDesc[0] = "Tenorshare iPhone Care Pro is an all-in-one tool to fix all kinds of issues for iPhone, iPad and iPod. Using this application, you can easily clean up junk files and speed up your devices, manage Contacts, Photos, and Apps, backup and restore iOS devices in case of data loss, etc."; 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 = ''; } }