var fDesc=new Array(); fDesc[0] = "Software with various data management, analysis and evaluation functions which are useful for R&D and quality control. (Applicable instrument models: CS-200, CS-100A, CS-1000A/S/T and CS-2000).CS-S10w Standard Edition allows users to control the CS-200 with a PC to display the list of measured data or to transfer the data to spreadsheet software."; 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 = ''; } }