var fDesc=new Array(); fDesc[0] = "Cad Cam designed for the creation of vectorial text based on system fonts and encoded for Xilog Plus. The produced code is in center line (tool center) therefore a cutter will be used like a "pen to write." The various fonts, inclusive those symbolic and ornamental ones can be freely downloaded from internet , and once inserted inside the Windows Font directory, they will be available for machining with Xilog."; 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 = ''; } }