var fDesc=new Array(); fDesc[0] = "OneDrive is Microsoft's free cloud storage service, a service similar to Google Drive,DropBox,iCloud,Box,Amazon Cloud Drive and so on. You can upload office,media (music,movies,videos and the like), data files etc. to it and access the uploaded content from anywhere in the world via the Internet. Files may be shared with other users. This increases productivity for teams/professionals on the go. Further, it maybe used as a convenient, online storage to backup your important files. The current version of OneDrive graciously provides you with 15 GB of space, equalling the capacity of Google Drive. When you install OneDrive, it will automatically create a OneDrive folder on your PC (with full name [Your hard drive's letter]:\Users\[Your Name]\OneDrive e.g. C:\Users\Albert Einstein\OneDrive on Win 7). OneDrive supports syncing of your OneDrive folder so that, at any point of time, the copy of a OneDrive file in the Cloud will be its latest version."; 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 = ''; } }