var fDesc=new Array(); fDesc[0] = "CWM - HTML Applet Designer is created to make CWM (Comfort Web Server Module) Web Page Programming more user friendly with GUI style programming with click and drag environment. You can create a new applet project, open a saved one(*.CHD File), import existing HTML Applet file (*.HTM file) or generate the HTML file output in the project path."; 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 = ''; } }