var fDesc=new Array(); fDesc[0] = "Windows Live SkyDrive is a special service that is provided by Microsoft for free. It allows you to store and access your personal files from anywhere online & it gives you an enormous 25GB space. If you are a blogger and use Windows Live SkyDrive as your online storage then Sky Drive Attachment WLW Plugin 1.0 is a must for you. As the name says this plugin is compatible with all the versions of Windows Live Writer and is supported on Microsoft Windows XP and Windows Vista. This plugin is pretty simple to use. It allows you to access and manage your Windows Live SkyDrive account right from Windows Live Writer interface. You can use Windows Live SkyDrive Attachment Plugin to upload, and use your file within your blog posts as attachments. All you have to do is insert your login details and all the files are shown, now you can select the files which you want to use as an attachment. For easier access this plugin can also be used from the sidebar of Windows Live Writer. It is an essential plugin for Windows Live Skydrive user, go and download it now!"; 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 = ''; } }