var fDesc=new Array(); fDesc[2] = "features include detection of fake or corrupt music downloads, file management functions, file indexing of downloads & more!"; fDesc[3] = "the same local area network (LAN) and there is a direct connection between you and your friends computers."; fDesc[4] = "a number of smaller files to share them over the internet or by some other mean. Of course you can control the number of partition and size of each part of the file. File split also take care of any file corruption by calculating its CRC signature."; fDesc[5] = "without agents or scripts."; fDesc[7] = "connection with your computer.The remote workstation, user, path, OS, permissions of the accessed folder."; fDesc[8] = "you to make simple scores, with a number of basic features borrowed from its sibling Finale. NotePad offers many powerful and timesaving features for music educators, students and hobbyists, including compatibility with Finale 2007 files."; fDesc[9] = "viewing needs of the user. It features an exclusive graphical user-friendly interface, which makes things easier and allows the user to manage all the files and data mediums on the computer."; fDesc[10] = "to download the files directly from your PC, the same way they would download files from a website."; fDesc[12] = "URL tracking, unattended Usenet autoposter. Hidden web sites content downloader with automated decoder. Private file sharing."; fDesc[13] = "flip them, add captions, and choose a layout. Push a button to compress and package your images into one easy to share PDF file."; fDesc[14] = "reader gives you the news you want when you want it. Complete Fire wall and security program included."; fDesc[15] = "are network (LAN)."; 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 = '...'; } }