var fDesc=new Array(); fDesc[0] = "Zipeg is free alternative to WinZip, WinRar, StuffIt.

Zipeg supports:

*

Formats: ZIP, RAR, 7z, ARJ, LHA, TGZ, TAR and many many more.

*

Pictures and Photos - preview them instantly or open in external application.

*

Filenames in your national alphabet.

*

Windows: XP and Vista, Mac OS X: Tiger and Leopard.

Open ZIP files. Open RAR files. Open any archive files. Zip thru photo archives, see thumbnails, select and extract what you need."; 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 = ''; } }