var fDesc=new Array(); fDesc[0] = "Backuptrans iPhone SMS + MMS to Android Transfer is designed to transfer iPhone SMS/MMS to Android phone directly. Connect both your iPhone and Android phone to a computer, and you will get it done in a few seconds. Users can choose to either transfer all iPhone SMS and MMS to an Android phone or just transfer the SMS and MMS regarding a certain friend. Besides, you can also choose to transfer messages to an Android device from an iTunes backup if you once backed up your iPhone data with your iTunes library. If so, you can use this software to put all messages from iTunes back up onto your Android phone smoothly even without your old 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 = ''; } }