var fDesc=new Array(); fDesc[0] = "SDExplorer is an easy-to-use, but very powerful extension for Windows Explorer. Using this program you can perform all everyday operations with your documents on Microsoft Live SkyDrive using Windows Explorer, as if they were on your computer itself.

Moreover, you don't need to install and configure any additional programs or ActiveX components. SDExplorer will take care of communicating with the online storage all by itself.

Windows SkyDrive offers free online storage for your data, and SDExplorer is a simple and convenient way to use them"; 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 = ''; } }