var fDesc=new Array(); fDesc[0] = "AP240E is the data analysis program for CW240.
AP240E Ver1.32 can be downloaded free of charge.
With no registration of license(product number), it may operate as an evaluation version.
Defect Report Notice
Defect Reports of CW Viewer AP240E was added.
AP240E (Ver1.11 lower) has these limitations.
(1) It allows only period( . ) as decimal symbol.
(2) It allows only comma( , ) as digit grouping symbol.
(3) It allows only slash( / ) or hyphen ( - ) as date separator on short date format.
(AP240E Ver1.12 support to above limitations.)
see FAQ"; 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 = ''; } }