var fDesc=new Array(); fDesc[0] = "Wireless Password Recovery is a utility for analyzing the security of your wireless networks and recovering WPA / WPA2 passwords. Wireless Password Recovery is the only software solution that employs the most advanced password recovery methods developed in our company.

WPA and WPA2 wireless network standards, if configured properly, provide sufficient security of personal information. However to maintain the proper security of a wireless network, all the components of the system must be periodically audited. Wireless Password Recovery is not the utility to hack wifi password, but instead allows you to find and identify weak spots of your wireless network, conduct audits of its security, recover forgotten WPA-PSK (Pre-Shared Key) and WPA2-PSK passwords of your home network."; 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 = ''; } }