var fDesc=new Array(); fDesc[0] = "By using WLK Studio you can change the configuration of your installation of the WLK/DTM, including which logo kits you wish to install or uninstall.
To install WLK Studio, the computer must be able to connect to the installation folder that is shared from the DTM Controller computer."; 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 = ''; } }