var fDesc=new Array(); fDesc[0] = "Easy PhotoResQ is a photo and video file recovery program. The application is easy to use - after selecting the device where you want to recover files from, you press the search files button and the program will immediately search for all supported file types. While it is searching, detailed information on the progress will be shown and you can see a preview of each supported image file, which is found."; 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 = ''; } }