var fDesc=new Array(); fDesc[0] = "PHOTORECOVERY 2011 recovery software is designed to recover images, movies and sound files from all types of digital media. It is the first data recovery software for Memory Stick™s, SmartMedia, CompactFlash I & II, Micro Drives, SD/XD cards, MMC, USB flash drives and most other forms of digital media. Simply attach the media to your computer (a card reader is recommended) and run PHOTORECOVERY®. The pictures are automatically saved off to another location."; 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 = ''; } }