var fDesc=new Array(); fDesc[0] = "AST Android SMS Transfer is a professional application designed to backup Android SMS. You can view, edit or print out Android SMS, export Android SMS to text or CSV document files. It also helps you achieve a simple but effective management of your SMS, such as transferring Android SMS to computer or another Android."; 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 = ''; } }