var fDesc=new Array(); fDesc[0] = "With this app installed on all your computers, you'll have automatic access to the latest version of your files wherever you are. Your photos, documents, and other important files are available on your phone, tablet, PC, or Mac.

It works with great apps you may already use. You can give these apps permission to sync, access, and save files to your SkyDrive."; 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 = ''; } }