var fDesc=new Array();
fDesc[0] = "AIC File Recovery successfully recover lost/deleted files: Word, Excel, PowerPoint, JPG, BMP, AVI, DVD, MP3, WAV, WMA and other formats. AIC File Recovery will recover your files from your hard drive, SD card, Memory card, external drive.
AIC File Recovery has a simple and user-friendly interface. AIC File Recovery is a program that restores even hopelessly lost files.
AIC File Recovery is a powerful freeware tool that allows its users to recover deleted files. AIC File Recovery can recover files from a FAT32 and NTFS volumes. It successfully handles archived, hidden, encrypted and compressed files.";
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 = '';
}
}