var fDesc=new Array(); fDesc[1] = "non-commercial use only."; fDesc[2] = "the whole system with the OS, apps and settings. In case of a crash you can restore it all in no time!"; fDesc[3] = "others, you should keep yourself prepared for the these. In such cases a simple backup solution will not serve your purpose. You need a handy and reliable tool like “Handy Backup” to serve you with automated, incremental and mirror backup facilities."; fDesc[4] = "store files, this feature also gives the flexibility to recover data via FTP (File Transfer Protocol) anywhere with a user and password."; fDesc[5] = "publishing, music player with stream-only sharing, secure e-mail, personal website with blog, mobile phone access."; fDesc[6] = "understandable wizards, while the smart Paragon Engine, qualified with more than 10 years' experience, does the job"; fDesc[7] = ", called the “CrashPlan Central” which can be accessed for free during 30 days. The second option is to use a Friend’s computer through Internet."; fDesc[8] = "servers through Internet. The main features on version 2.0 is that now customers can share their files with friends or for business purposes via web and the after point of sale feature that allows you to buy more remote storage space or extend the service period."; fDesc[9] = "in minutes. Full customer support online or toll-free telephone. Eliminates unreliable CD's or tapes"; fDesc[10] = "restore files, documents, SQL, exchange, emails, settings, programs and more to virtually any local or remote device"; fDesc[11] = ", automatic and secure, supports real-time & scheduled online remote offsite backup, no backup device is needed."; fDesc[12] = "disasters. The information is backed up offsite to a secure data center. The upload time is proportional to the amount of data you wish to back up. All data for online storage and data backup service transmitted, stored, and retrieved is securely encrypted. You can schedule your time backups any time."; fDesc[13] = ", documents, emails, settings, programs and more to and from our remote servers anytime anywhere, all that is needed is an internet connect"; fDesc[14] = "features and multi-platform support, AhsayOBS is the only fully brandable solution on the market."; fDesc[15] = "halfway around the world - using only your browser."; 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 = '...'; } }