var fDesc=new Array(); fDesc[2] = "provides you with range of features like formatting options, highlight keywords, background and font color, font styles, print option, save as GIF option, Auto copy and many more."; fDesc[4] = "and contain information about them. You can use Notepad to open NFO files, although they don't always look very well. But NFOpad is a freeware text editor and viewer especially designed for those files. Small, handy and specific."; fDesc[5] = "videofiles (DIVX,MPEG,AVI,etc) and DVD's using fast hashing. It uses fast hashing algorithm (27 GB movies/7 seconds), search subtitles recursively from your divx folders, upload entire series seasons subtitles in less than 1 minute. # Many more features"; fDesc[8] = "files in the drive and folder you select and lists them on a listview style window. This program produces info files (NFO), checksums (SFV/MD5) and playlists (M3U/PLS) and list them in order to post binary files to usenet."; fDesc[9] = "initially designed for audiobooks, this free open source project helps you to keep all your MP3 recordings organized and tagged, regardless of its content. It supports Vorbis and ID3 tagging (both v1.1 and v2.3), and creates NFO, SVF, and PAR files, together with WinAmp-compatible playlists (M3U)."; fDesc[10] = "applications on the market, this one does only decompress your content, and it allows you to do so in a variety of ways. The main way to use The Extractor is by dragging-and-dropping files onto the main window. There, files will be added to the top pane."; fDesc[11] = "those releases are anything but legal, but that goes outside of the scope of this article. What NFO-Viewer does is really simple, but extremely helpful."; fDesc[13] = "have ever downloaded Zip archives, you may noted that they contain NFO files. These files can be difficult to read in their conventional way. So, ViewNFO is the program that will help you to read information of an NFO file as well as TXT and DIZ files."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }