var fDesc=new Array(); fDesc[0] = "Roland DRIVER DWX-50 is a driver specially designed to be used with Roland's DWX-50 5-Axis Dental Milling Machine. While there are numerous 5 axis dental milling machines available, only the DWX-50 Dental Milling Machine delivers the advanced features the market demands. Developed expressly for the production of dental prosthetics, the easy to use DWX-50 features a 5-axis simultaneous machining capability and a 5-station automatic tool changer with tool length sensor that lend to the convenience factor by fully automating the production process."; 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 = ''; } }