var fDesc=new Array(); fDesc[0] = "SDL Knowledgebase is the right tool if you want to get an answer to a programming problem in seconds. This database is specifically tailored to support Borlands Delphi, Kylix and C Builder. It offers three levels of access:

- an index based on index keyword
- a table of contents containing a hierarchical order of the topics
- a full text index which contains all worlds of all documents in the database."; 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 = ''; } }