var fDesc=new Array(); fDesc[0] = "Replaces a pasted URL with a title. This software is for Windows Live Writer.
If shift key is pushed when you pasted a URL, you can suppuress Url2Title.
You can even suppress the URL2Title plug-in, hit the shift button while you paste the URL to the Windows Live Writer."; 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 = ''; } }