var fDesc=new Array(); fDesc[0] = "1-Click Themes is a keyword research program that helps you to find keywords that other web site owners associate with their websites. Just enter a keyword and the program uses it to query popular search engines. It then creates a report that shows you all the keyword meta information that is used by the sites that are ranking high in the results. In addition, it generates a list of related keywords and provides further details on each. You can save your searches, so they can be accessed quickly at a later time, without having to run the scan again. Use this program to research alternative potentials to your web business or find good bid words."; 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 = ''; } }