var fDesc=new Array(); fDesc[0] = "ImTOO iPhone SMS Backup is a software that can easily backup iPhone SMS and iMessages to computer.ImTOO iPhone SMS Backup not only backs up iPhone SMS and iMessages to computer, it also allows you to export them to computer as .txt or .html file, so you can easily read SMS and iMessages in the same model with 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 = ''; } }