var fDesc=new Array(); fDesc[0] = "Squeez is born in the Speed Project’s Lab. It had born as a file compression utility and presently supports 13 different compression algorithms. It is able to compress and uncompress SQX, ZIP, ARJ, LZH, RAR, CAB, GZIP, TAR, UUE, ACE, JAR, BZIP and 7Z type of compression format files. It comes with a very attractive and user friendly interface which is fully customizable n so user can customize it according to their needs. It not only show you the content of the archive files but it is also capable to show you additional details which may be very useful for some. If you have your files in a compressed format then you does not required to uncompress your files to view them as Squeez have capability to show your all types of files whether they are program files, pictures, photos, images, videos, mp3, music files or text files it can open all types of files without uncompressing first. Squeez support both normal and 128/256 bit AES encrypted ZIP formats. It has its own compression format SQX. Squeez integrate itself with windows explorer context menu to provide fast access to it users. By using its context menu feature you can quickly compress or uncompress any file of folder. Even it provide you an option “Squeez & email” to quickly attach a file to email."; 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 = ''; } }