var fDesc=new Array(); fDesc[0] = "An easy to use program with explorer-like interface which allows you to catalog all kind of media: floppies, CD-ROMs, ZIP disks etc. With it, you are able to organize volumes, folders and files into categories; browse inside ZIP, ARJ, RAR, CAB, ARC, ACE and LZH archives; add comment to each file, folder and disk; search for files and folders using file name or your own comments (with wildcards), limiting the search results by date, size and category; search for files in archives; search for duplicated files; generate the reports; import descriptions from files like file_id.diz, descript.ion, files.bbs; extract descriptions (ID3 tags etc) from WAV, MP3, WMA and OGG Vorbis files; extract CD information from CDDB; extract descriptions from HTML, Adobe Acrobat PDF and Microsoft Office files; check for updates in the Internet and more. Finally, the program has multi-language interface (more than 30 languages are supported now)."; 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 = ''; } }