var fDesc=new Array(); fDesc[0] = "Stellar Phoenix JPEG Repair is a useful JPEG/JPG repair software that repairs corrupt or damaged photographs and image files, having JPEG or JPG file extension without modifying their original data. This powerful utility even repairs the images from the memory cards, which are completely unreadable."; 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 = ''; } }