var fDesc=new Array(); fDesc[0] = "Mobile phone inspector is a powerful program that allows you to get all relevant information from your mobile phone and sim card including text messages, phone book numbers, SMS memory status, phone book memory status and any other kind of information. This incredible utility enables you to find detailed information about your cell phone and sim card such as phone book number, SMS memory status, mobile manufacturer name, model number, battery status, sim IMSI number, mobile phone IMEI number, signal quality, to name but a few. What is more, the program features a very simple and intuitive user interface which does not require any technical knowledge to be operated and makes the recovery process a breeze. Mobile phone inspector is completely free, but if you are interested in the mobile-based technology you can buy the version with source code. All in all, if you are looking for an application to easily get relevant information about your cellphone, you should try Mobile phone inspector."; 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 = ''; } }