var fDesc=new Array(); fDesc[0] = "LcdStudio the premiere Lcd Software supporting Lcd with the Sed133x, T6963c ,LC7981 or ks0108 controllers connected to the parallel port at any display panel size, giving the end user access to easy to use graphical componentes such as labels, gauges, clocks and even animated images."; 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 = ''; } }