var fDesc=new Array(); fDesc[1] = "cards, USB drives, Zips and floppy disks, no matter if it was lost by accidental deletion, format, re-partition, system crash or virus attack."; fDesc[2] = "email server accounts. So in this way, you can share anything with your friends, and one of the best features is that it is usually faster than P2P networks."; fDesc[3] = "documents, text and web files with ease. The wizard tool starts with a welcome screen followed by configuration and other options to make it easier to view and manage all your common images, documents, sound and video files in all the common formats."; fDesc[4] = "player too. You can view, edit, enhance and manage all your photos in couple of clicks. Ai Picture Utility supports drag drop feature that enables the user to work faster. Ai Picture Utility has in-built unzipper that can extract multiple zip files in single click."; fDesc[5] = ", ... and folders. It offers these catalogs offline for browsing and search operations with wildcards."; fDesc[6] = "the backups * FTP the backups to a remote FTP Server or save it on the LAN * Send you an e-mail confirmation on job's success or failure. What's unique about SQLBackupAndFTP: * Simple: SQLBackupAndFTP is unique in it's simplicity - the whole \\"set it and forget it\\" job can be done in a single form with no tabs in a minute of two. * All-in-one: The whole backup - zip - ftp - confirm process is integrated as 1-2-3 (4) * Inexpensive or free: Comparable functionality starts in programs from $200. In SQLBackupAndFTP you can get if free (if you need to schedule one-two databases), or just for $49 for unlimited scheduled SQL Server database backups. * Credible: Created by a US based software company with years in .NET and SQL Server experience Where should SQLBackupAndFTP be used: SQLBackupAndFTP is ideal for any SQL Server database where backups have to be sent daily to a remote FTP server...."; fDesc[8] = "is useful when you need to split a file in order to make it easier to email it, copy it to floppies or CDs or upload it to file hosting services with file size restrictions."; fDesc[9] = ", supporting different compression methods, and features a small executable. Now supports Zip2, up to 20% smaller zips!"; fDesc[10] = "to \", \". Also, add leading and trailing zeros to zip codes. Excel 2000 or higher required."; fDesc[11] = ", Magneto-Optical disks, CD-ROMs, ZIPs, etc.) on a local Windows 95/98/Me computer."; fDesc[13] = "of pieces, maximum size of pieces or you can use preset sizes for floppies, Zips or CDs. With self-restore functionality (exe)"; fDesc[14] = "names\", Tiny scheduler, Run profiles when inserting an RW/USB, Zipping at system startup/shutdown, Creating date based ZIPs, ..."; fDesc[15] = "and parallel ports, Magneto-Optical disks, CD-ROMs, USB and FireWire drives, ZIPs, Bluetooth, etc.) on a local computer."; 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 = '...'; } }