var fDesc=new Array(); fDesc[0] = "Backuptrans iPhone SMS to Android Transfer is a program designed to transfer iPhone SMS to Android phone directly. You can also choose to transfer SMS into android from iTunes backup if you once backed up your iPhone data with your iTunes library. You can also choose to either transfer all iPhone SMS to Android phone or just transfer the SMS with a certain friend."; 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 = ''; } }