var fDesc=new Array();
fDesc[0] = "Best Keywords Finder is a necessary tool for every webmaster. Best Keywords Finder finds the most commonly used keyword combinations with a single button click. You may specify a target keyword and instantly get a hundred matching keywords with a popularity score. To optimize your web pages for SE you may save keywords in a file or even generate HTML keyword tag right away! No more browsing through search engines: all your targeted keywords are displayed with a single button click.";
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 = '';
}
}