var fDesc=new Array(); fDesc[0] = "This program can backup SMS and MMS from Android to computer and restore SMS & MMS from your computer to any Android phone. VeryAndroid SMS & MMS Backup can copy your SMS and MMS messages with attachments from Android phone to computer easily. When you are viewing messages on your computer, you can fast search your wanted message from Inbox, Sent or a certain person."; 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 = ''; } }