var fDesc=new Array(); fDesc[0] = "TouchCopy lets you access the file storage on your iPhone, iPad, or iPod device. This enables you to use your device as a form of portable storage whereby files and folders can be added, copied, or deleted. You also get access to iPhone call records, calendars, voice mails, notes, messages, and other data. TouchCopy makes it easy to export your SMS, WhatsApp, and iMessage conversations as PDF, HTML, and TXT files."; 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 = ''; } }