var fDesc=new Array(); fDesc[0] = "phoneMiner lets you to extract, view and export the data from your phone backup files, allowing you to retrieve previously inaccessible data.

View your Contacts (Address book), SMS messages, Emails, Calendar, Memos, Tasks, Call log, Photos, Movies and more.

phoneMiner also allows you to convert and export your phone data to a range of popular file formats, allowing you to import your information to other applications."; 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 = ''; } }