var fDesc=new Array(); fDesc[0] = "Quickly search for the owner of any phone number including unlisted and cell phones.
Displays results for 6 top phone directories to find the owner quickly.
Finding phone records and public records can be difficult when you don’t know where to look. The phone book has gone the way of the dinosaurs as the number of mobile phones have surpassed that of land lines in 2004. 6% of phone customers have completely replaced their landlines with cell phones. Combine that with the fact that the majority of land lines themselves are unlisted, your local white pages is no longer worth the paper it’s printed on."; 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 = ''; } }