var fDesc=new Array(); fDesc[0] = "Backuptrans Android SMS Backup & Restore is a professional backup and restore software used and trusted by worldwide Android phone users. You can also freely view, export or print out your SMS messages on your computer by the use of Backuptrans Android SMS Backup & Restore. You can backup SMS from the Android phone even with a broken phone screen. If you want to export SMS into files such as txt, csv, word or html, Android SMS Backup & Restore must be the right choice. Plus, it lets users quickly print out sms messages in threading mode. You are flexible to decide whether to export or print all sms or only 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 = ''; } }