var fDesc=new Array(); fDesc[1] = "occurred. -The source or destination file may be in use. -The file is presently being used by another program or user."; fDesc[2] = ", e-mail and web sites. 2- System Security by monitoring all activity in our PC, 3- Online Security against internet fraud and network attacks."; fDesc[3] = "WinOptimizer can clean your internet and PC history and clean all the junk files. You can clean your windows registry to get rid of unused registry entries and save your system from registry corruption and errors or you may like to make your private data password protected."; fDesc[4] = "software problems. It helps identify the most common modem failures. This new tool replaces the Modem Helper utility and its only for Conexant Modems"; fDesc[5] = "will have your own Desktop, which will hold all the files that you choose to sync. This application serves as the desktop client. It will monitor your system and check when your shared folders change."; fDesc[6] = "one, with only shortcuts to programs and folders you normally have on your Desktop or access it via the start menu. Create your own skins to personalize it."; fDesc[7] = "uploading files between the web and the user PC. Files can be html pages, images, etc. for a web site and also videos, music, etc. to share with other web users. The application includes a Site Manager for renaming, creating sites and folders, for deleting files and folders, etc."; fDesc[8] = "(FTP), it accepts direct commands, it has the capability of resuming transfer (down and up loads), Virtual File System (VFS) structure, it logs all the transfers made, restrictions for IP adresses, etc. as well as multilingual support (up to 20 languages)."; fDesc[9] = "documents or to share your files (photos, reports, etc.) with family, friends, and colleagues. A FolderShare Library is the center of this personal P2P network. Run FolderShare on multiple personal computers (like your home and office machines) and you will have a powerful file system at your disposal. FolderShare can automatically create an identical set of files on all of your computers. Make a file at home and it will instantly be copied to your office computer. Edit a file on your laptop and your office computer will automatically update its version of the file. If you are on the road, use FolderShare to view and download files from your office computer via any web browser. Expand your P2P network by turning your FolderShare library into a group library. Create a Library with invited friends/colleagues and build a collection of files (documents, photos, etc.) that everyone in the..."; fDesc[10] = ", etc. The program will save the changes history and remember any change we may make, thus making it possible to undo the change or change the link from the old location to the new one."; fDesc[11] = ", screen savers from SWF movies created by Flash Authoring tools such as Macromedia Flash, Flex, Swish Max, etc. It can also create installers."; fDesc[12] = "during processing a file. It works in silent mode and doesn’t affect the speed of the system. It monitors all the files and makes backup copies of files from time to time in an archived format. The program is compatible with all newer versions of Windows operating system."; fDesc[13] = "file format relieves the user of the need for browsers. The content of a whole site can be easily packed in just one file with its own control"; fDesc[14] = "\"Windows Explorer\" like user interface and allow managing files on your web server on the fly."; fDesc[15] = "Web sites. It provides an easy and pleasant development process, which saves time and increases your help-writing efficiency."; 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 = '...'; } }