var fDesc=new Array(); fDesc[1] = "version of Windows Live Messenger 2009 but want to enjoy all the benefits and added Plus!. Yes, this version is the official version released by the sponsor program and resolves all problems of incompatibility that existed between messenger 9 final messenger plus live."; fDesc[3] = "additional functions like support for secure connections, folder monitoring, file synchronization, among others. It allows you to resume downloads and uploads, and filter and transfer files of more then 4GB as well."; fDesc[5] = "versions of the same program, or other ftp programs. AceFTP Pro can integrate into external text viewers, editors and antivirus programs."; fDesc[6] = "cool application displays text-based log files in tabular form indicating the matching text in colored format. The software reads only a small section of the file from disk at a time, saving memory."; fDesc[8] = "compiler, assembler, disassembler and debugger. This application has features like a simulation interface which shows the whole processor structure along with its interrupts interface in a graphical form. It has an in-built memory editor for64K external memory."; fDesc[9] = "file can be sent secretly with email or FTP to a specified receiver."; fDesc[10] = "OutputDebugString (Windows Debug API) and TRACE (MS Visual C++ Debug Macro) output as well."; fDesc[12] = ", SQL- Server tables, Atom and RSS feeds"; fDesc[13] = "colors. Opens and closes log files automatically in dependency on their file date/time stamp or the file name."; fDesc[14] = "on problems, security warnings and all other events that are generated within Windows."; fDesc[15] = "log file, loads it into the table and hilite the specific information. Filter,Autofilter Whois,GeoBytel service support"; 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 = '...'; } }