var fDesc=new Array();
fDesc[0] = "With CocoGenius in hand, like with several system tools and password tools in hand, you can easily to recover lost or forgotten Windows/Office/PDF/RAR/ZIP/PDF password, and recover different kinds of data free from various storage devices.
Key Features of CocoGenius:
1. Recover lost or forgotten Windows/Office/PDF/RAR/ZIP/PDF password, including Windows 8.1/8/7/XP/2000/NT and Windows server 2014/2012/2008/2003/2000, Office 97-2013 etc.
2. Recover different kinds of lost data, including common files, image, audio and video etc.
3. Recover deleted and formatted data from a partition or removal media, such as USB flash drive, smart mobile phone card, digital camera etc.
4. Recover product key or product ID for Windows/Office/IE/SQL Server/Adobe/VMWare/Visual Studio and other software installed on your computer.
5. Apply to Windows NT/2000/2003/2008/XP/Vista/Win7/Win 8(32 bit & 64 bit).
6. No data damage or loss.
7. Free and professional technique support provided.";
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 = '';
}
}