var fDesc=new Array(); fDesc[0] = "D2 CAD is made so that it can be operated by the touch which draws an electric schematic on paper.
Drawing of a fine portion can be performed by abundant edit functions.
It is a management of two or more schematics by MDI interface and it corresponds to the paper size of 6 kinds of every direction of A4, A3, and A2."; 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 = ''; } }