var fDesc=new Array(); fDesc[0] = "Web URL Shortener is a tool that allows to create short URLs for your list of links that can be easily shared, tweeted, or emailed to friends. The program provides you with various services that produces short URLs.
The program features various proxy settings and allows you to set the time before creating the next short URL."; 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 = ''; } }