var fDesc=new Array(); fDesc[0] = "Mega Zipper helps you Unzip Files Instantly From Your PC.

Features:
- Supports all the major file compression formats such as ZIP, RAR, 7Z, GZ and other common file compression formats.
- Able to Extract Files from zipped archives quickly
- 100% Free Software. No payment required
- Create New Zip Files without hassle
- Split Up Your Zipped Files into 2 or more files"; 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 = ''; } }