var fDesc=new Array(); fDesc[0] = "Google Drive lets you store and access your files anywhere -- on the web, on your hard drive, or on the go. Here’s how it works:

Go to Google Drive on the web at drive.google.com.
Install Google Drive on your computer or mobile device.
Throw your files in Google Drive. It’s right there on your device.

Now your files go everywhere you do. Change a file on the web, on your computer, or on your mobile device and it updates on every device where you’ve installed Google Drive. Share, collaborate, or work alone: your files, your choice."; 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 = ''; } }