var fDesc=new Array(); fDesc[0] = "DigiXMAS Blog Pinger is automated blog pinging tool that quickly notifies world about your blog has changed. Get backlinks indexed and found sooner so your website gets credit and link juice. To get search engines, blog networks, RSS feed sites, etc to spider and index your website.
Features:
User friendly and easy-to-use user interface.
Pings multiple blogs and website by one click.
Supports both Ping and ExtendedPing protocols.
Clear progress indicators for each blogs and ping servers.
Centrally controlled, huge ping server list that updated regularly.
Up to 50 concurrent connections that reduce your time to minimum.
Support of connection via proxy."; 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 = ''; } }