var fDesc=new Array(); fDesc[0] = "Kixtarter is a full featured text editor for KiXtart login scripts. It is a syntax coloring program used for the color highlighting of KiXtart login scripts with options added in specifically for the scripts. Currently version 4.10 is out and the past older versions and code are also available. Kixtarter is one of my oldest programs that started out in Visual Basic 6 and has progressed through the years to its current incarnation in VB 2008 .Net."; 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 = ''; } }