var fDesc=new Array(); fDesc[0] = "Key Collector is designed for collecting, analyzing, and organizing keywords for your websites. It can help you not only to get new and choose the best ideas for your campaigns, but also to keep an order in an easy way. Another nice tool is the filter system. With its help you can easily filter and find only the keywords that you really need at that moment. That tool could help you to manage one or several stop-word lists and search them among the phrases in data tables in different search modes just in only a few clicks."; 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 = ''; } }