var fDesc=new Array(); fDesc[0] = "WLW Bit.ly is a plugin that enables you to automatically change the links and URLs into Bit.ly links. A Bit.ly account is optional. Bit.ly shortens your URLs so they use less space and that speeds up that ultimately shortens the download speed of your blog/web site. Having a Bit.ly account allows you to track your links and see their usage statistics as well. See what web page your link is currently on, how many people clicked on it, and where they were referred from when it was clicked."; 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 = ''; } }