var fDesc=new Array(); fDesc[0] = "WinZIP Repair Free is an easy-to-use application which helps you repair corrupted WinZip files. There are situations when compression fails or corrupts the file, leaving you without the data you were trying to transmit in the first place. You can try to zip your folder again, but sometimes it doesn't work, and you can waste hours trying to recreate the data you've just lost. That's where this winzip corrupt file repair tool comes in handy."; 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 = ''; } }