var fDesc=new Array(); fDesc[0] = "The wizard allows you to export chosen settings (blogs, plugins) from Live Writer and store it in external file or in the cloud (FTP,SkyDrive). These settings can be imported on another PC thus having the same familiar working environment. Main features Export/Import configuration settings -Auto links glossary -Preferences -Blogs – blog accounts configured for current user -Plug-ins – all plug-ins installed on current PC Saving settings in -local folder -network folder -folder on FTP -folder on SkyDrive (soon) -anywhere in the cloud (soon) Very quick and straightforward installation."; 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 = ''; } }