var fDesc=new Array(); fDesc[0] = "SER Footprint Editor is a tool designed to help SER users get more backlinks by allowing users to easily add new “footprints” to the existing engines. GSA Search Engine Ranker uses these “footprints” to query Google which lets Google know we’re looking for a specific type of website/platform. (WordPress, Drupal, Joomla, etc). By using SER Footprint Editor, you’re able to easily add your own custom footprints to these platforms which gives SER the ability to scrape more potential places to leave your backlinks."; 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 = ''; } }