var fDesc=new Array(); fDesc[0] = "Zip format is one of the most convenient and acknowledged for its capacity. Undoubtedly, everyone has a lot of zip files on PC. And, from time to time, everyone is facing the problem of damaged zip archives. Unfortunately, we can't avoid it, as zip archives are still an extremely popular form of data transfer. Often, when downloading a zip file, an error occurs, or there is a problem with the telephone line, or may be there is a virus on your PC, and finally you get a corrupted zip file. Also the corruption of a zip archive may be caused by file system failures or you may discover it when you open files, storing on damaged media storage devices."; 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 = ''; } }