var fDesc=new Array(); fDesc[0] = "Denford VRTurning is a Windows-based software package allowing full editing and control of CNC files. It features full MDI CNC file editing, dimensional graphical simulation of CNC files, comprehensive tooling features, full offline control of a CNC machine using Virtual Reality, full online control of a CNC machine, context sensitive online help, and more."; 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 = ''; } }