var fDesc=new Array(); fDesc[1] = "reliable, it automatically synchronizes and backs up emails, photos, address book, music and any kind of document or file between hard drives, desktops, servers, mobile devices and through the internet using FTP, WebDAV and much more."; fDesc[2] = "in multiple profiles, and the program comes with support for FTP and SFTP/SSH servers, ZIP compression, data encryption and a scheduler for automated backups."; fDesc[3] = "application for managing your music and syncing your library to your iPod. It is also known that the iPod can only be synced using iTunes, and that iTunes only works with iPods. It is sort of a vicious circle."; fDesc[4] = "This extremely useful tool can save us a lot of time and effort, by keeping our folders completely updated. From the Main Window, we must select the folders we would like to be synchronized."; fDesc[5] = "computer time with NIST atomic time servers, or synchronize time between computers, and can also act as a time server."; fDesc[6] = "installing new software and exchanging data."; fDesc[7] = "files such as MP3s, Videos, Etc. without copying every file. Save time by only copying the files that are new or different."; fDesc[8] = "servers."; fDesc[9] = "synchronize the system clock and then quit."; fDesc[10] = "files can be system files or a work project that has demanded a lot of hardworking. CopyTo Synchronizer is really useful utility that helps in preventing lose important data by backing it up and synchronizing."; fDesc[11] = "be anywhere on the disk or on an external device. This software is very useful for synchronization between two different directories over a network system. It requires very small memory and it is compatible with Windows 98/2000/2003, XP and Vista."; fDesc[12] = "times have you tried to fix it with no or very little success? Audio Video Synchronizer tries allows you to set an unlimited number of synchronization points, edit them, preview any part of the movie at any time, and save your video file in either WMV or AVI."; fDesc[14] = "a backup tool, which is capable of backing up important documents online and retrieving them so that the user may use them under the Ulteo Online Desktop."; fDesc[15] = "encrypted. With the Incrmental mode synchronization is done at the light speed. Built using Office 2007 look and feel."; 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 = '...'; } }