var fDesc=new Array(); fDesc[0] = "Expired Tumblr Hunter is a free application that can find expired tumblrs for you to re-register and place strong links on that will boost your website up the rankings. The program has two options: a niche-related search and a non-niche-related search. If you want niche-related expired tumblrs then you will enter your keywords that you're trying to rank for and it will find as many niche-related ones as it can by scraping results from Bing. The non-niche-related option will search Bing with random safe (non-spammy) keywords."; 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 = ''; } }