var fDesc=new Array(); fDesc[0] = "Tiny Keyword Tracker – TKT – is a keyword tracking and ranking tool. This keyword tracking tool is designed to check positions of search words and search terms with the Google Search engine, and more search engines will be added soon. TKT will than automatically run on a daily schedule, and a detailed report will be created - containing a list of the search terms, their positions, and the changes in the positions of the search terms in comparison with previous positions."; 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 = ''; } }