var fDesc=new Array(); fDesc[0] = "MobiKin Assistant for iOS lets you backup data from your iOS device to PC. It can access and transfer 14 types of files including Video, Photo, Song, eBook, Contacts, Text Messages, Notes, Safari Bookmarks, and Voice Memo. You can export contacts into CSV/VCF/XML and text messages into CSV/HTML/TXT/DB formats."; 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 = ''; } }