var fDesc=new Array(); fDesc[0] = "Instant Knowledge Base is a new, powerful help-desk and problem / solution-tracker database program that allows you to enter, and maintain, your own custom knowledge base articles and to-do lists. Your knowledge base is fully searchable, using our state of the art search technology. When you search for a phrase, Instant Knowledge Base will count the number of matches on search words, and give extra weight if all words are matched, then rank the search results accordingly. Perfect for Help-Desk applications and perfect for anyone who wants to track information that can be searched."; 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 = ''; } }