var fDesc=new Array(); fDesc[0] = "Blog Blaster is an automated tool to ping and submit your blogs to over 30 blog search engines with just one click.
Blog Blaster is a software solution for Windows 95/98/ME/NT/2000/XP/Vista/Windows 7.
"Ping" is the term used to submit a blog to a blog search engine. When you ping a blog, you are telling the search engine that you have updated your content and that your listing should be refreshed in the search results. Pinging your blogs to the search engines is the fastest way to get the search engine robots to visit your blog and gain increased traffic in a short amount of time."; 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 = ''; } }