var fDesc=new Array(); fDesc[0] = "Keyword Archer can collect long tail keywords from sources such as Google, Yahoo, Bing, Youtube, Amazon and Ebay. You can analyze any number of keyword combinations that might still have no media content in the Google search results. It is quite user friendly; all you have to do is type the keywords and the software will provide you with a fast analysis of how well they are doing."; 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 = ''; } }