var fDesc=new Array(); fDesc[0] = "KENPAVE is a free-to-use suite that includes KENLAYER and KENSLAB. This app can be used to replace the four DOS programs of LAYERINP, KENLAYER, SLABSINP, and KENSLABS. When this software is used by students in a computer laboratory, each student must have his/her own disk in Drive A, so the data path should be changed to A:\."; 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 = ''; } }