var fDesc=new Array(); fDesc[0] = "ISOGRAPH is a 2½D CAD/CAM with a highly innovative user interface that is especially suited to the workshop environment. It is ideal when machining operations must be programmed and executed rapidly, such as the machining of pockets, smoothing, machining of profiles, drilling, boring. Isograph can be perfectly integrated on the FIDIA Numerical Control, but its potential can also be appreciated in stand-alone use on an ordinary Personal 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 = ''; } }