var fDesc=new Array(); fDesc[0] = "Asunsoft Android Phone Geeker is a specialized tool to recover contacts and messages from Android phones. Besides retrieving missed contacts and SMS, it also allows you to back up all important contacts and valuable messages in case of Android phone data loss. It is highly effective and efficient but the easiest-to-use for anyone to use and for Android users regardless of its phone brands."; 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 = ''; } }