var fDesc=new Array();
fDesc[0] = "A professional Outlook password recovery tool supports all versions of Microsoft Outlook (Outlook 97/ 2000/2003/2007), and it works powerfully on recovering lost passwords for emails in Microsoft Outlook. With this specific tool, no need to worry about the Outlook password-protected problem anymore regardless of its length or difficulty.
Key Features:
1.Powerful functions
Support all versions of Microsoft Outlook 97/ 2000/2003/2007. Specifically on recovering forgotten passwords for emails in Microsoft Outlook with ease no matter how complex or strong it is.
2.Economical & Perfectly compatible with Windows OS
Most economical solution which could help you saves much money.
Work well with Windows98, 2000/2003/2008, XP, Vista and Windows 7 (32-bit or 64-bit).
3.High speed
Work well with Multi-Core CPU that can speed up the recovery. Support NVIDIA GPU acceleration, which speed up the recovery regardless how long or complex the password it is.
4.Easy usage & Best services
Clear and interactive interface with good user experience makes it easy to use. Free technical support 24 hours around you, and 30 days guaranteed refund.";
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 = '';
}
}