var fDesc=new Array(); fDesc[0] = "The best tool to check and validate your website's links.
This fast and effective utility keeps your website up to date, and helps to resolve intricate linking and referencing issues. An added benefit you get is an increase in Google Page Rank for your pages.
Built in C#, SSW Link Auditor lets you take control of your website and automatically locate broken links,
allowing you to focus on the content of your website."; 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 = ''; } }