var fDesc=new Array(); fDesc[0] = "FANUC PC Fapt is the world-renowned, Windows based system for programming CNC lathes, based on the already successful FAPT machine control option. This user friendly software enables the operator to produce programs quickly and efficiently. The PC Fapt software is designed by FANUC, the world's largest lathe control manufacturer."; 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 = ''; } }