var fDesc=new Array(); fDesc[0] = "Fast URL Checker is a bulk URL checker utility that lets you scan and checklists of URL addresses quickly and gives you all information you may need. Status code, response time, content type and its length. It checks for redirects, gives you final destination URL and all relocations in between.It also detects Loops in redirections (which occur when two pages redirect to each other and in doing so look themselves in a loop). Redirect chains are easy to examine because there are two panes which show every parameter in a clean and intuitive way."; 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 = ''; } }