var fDesc=new Array(); fDesc[0] = "TULP2G is short for Telefoon Uitlees Programma, 2e Generatie. This is Dutch for Telephone Extraction Program, 2nd Generation. The Dutch word for tulip however is tulp, so the original program was named after a flower for which The Netherlands is famous. So the tulip is more or less the project's mascott, as a picture of a few tulips also appear in both the installer and the application. Below is part of the overview found in the included helpfile, for more information, please download the framework and read the full documentation."; 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 = ''; } }