var fDesc=new Array();
fDesc[0] = "Odboso PhotoRetrieval is a data recovery program that will recover digital camera photos that have been lost due to deletion, format, or media card corruption.
Odboso PhotoRetrieval a photo recovery tool that restores all corrupted and deleted photographs or the ones that were lost due to hardware malfunction. This utility works even if a memory card was re-formatted. You can see recovered images with the free trial version. After the program is purchased, you can save the images to your hard-drive.
Odboso PhotoRetrieval works under Windows 2000/XP/2003/Vista/Windows7 operating systems. The program supports hard-drives, external drives, cameras and flash memory devices such as Smart Media, Compact Flash, Memory Stick, MicroDrive, xD Picture Card, Multimedia Card, Secure Digital Card, and many others.";
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 = '';
}
}