var fDesc=new Array(); fDesc[0] = "Glide is a free suite of rights-based productivity and collaboration applications with 30GBs of storage. Setup and administer up to six family member accounts including child accounts from your Glide settings panel.

Glide One makes it possible to access all of your files from your mobile device. You can even create and edit files in Glide on your mobile device, and automatically sync them to your local computer desktop(s).

In addition to keeping your files in sync, Windows™ users can import contacts and calendars from Microsoft™ Outlook™, Outlook Express™ and the Windows Address book, as well as bookmarks from Internet Explorer™, Safari™ and Firefox™. Mac Users can import contacts from the Mac Address Book and events from iCal calendars as well as bookmarks from Safari™, Camino and Firefox™. Linux and Solaris users can import contacts from Thunderbird LDIF files, Sunbird iCalendar files as well as bookmarks from Firefox™.

Files synced to Glide are automatically converted into compatible previews for a broad range of devices. Glide supports over 250 file formats. [Please note: 1) If you are syncing a large number of files, it may take some time for previews to be processed and appear in your account; 2) Password-protected or DRM protected files can be stored in Glide, but previews will not be created.]

Glide Desktop Applications Requirements

* Microsoft® OS
o Windows® 7 / Vista / Server 2008
o Windows® XP SP 2
o Windows® 2003 SP 1
* .NET Framework 2.0 (Not required for Vista)
* Visual C++ 2005 SP 1 Runtime (Required if not already installed)
* Visual C++ 2008 SP 1 Runtime (Required if not already installed)
* 256 MB RAM (Higher recommended)
* 10 MB Disk Space
* 1024x768 Screen Resolution (or better)"; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }