var fDesc=new Array(); fDesc[0] = "Backuptrans iPhone Android SMS Transfer is a program that allows you to manage SMS for your iPhone and Android device or transfer SMS between iPhone and Android. You can easily restore the SMS backup back to your old phone or onto a new iPhone/Android phone. Besides, you can also choose to transfer SMS onto iPhone/Android from iTunes Backup once you backup your iPhone data with your iTunes library."; 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 = ''; } }