var fDesc=new Array(); fDesc[0] = "wTeach is a program for reading out and programming the wenglor sensors, via the RS-232 interface, with graphical user interface. It can be used for the following types of files: AxP, BS30, CP, FP, HD12, HM24, HR, HW12, K1R, KR, LD, LM, LW, OKM, OEII, OHII, OTII, OCP, TM11, TR, UM, WM, WP, XR, X1TA, Y1TA, YR and ZD."; 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 = ''; } }