var fDesc=new Array(); fDesc[0] = "New Technology CADCAM, the UK’s leading provider of the highly affordable, premier design software; SolidWorks, launches a new Interactive Support Centre to meet its customers needs.
This new Interactive Support Centre has been imbedded into the SolidWorks Software for your convenience. NT CADCAM has recognised a change in the market and has implemented a new service in which their customers can get highly experienced support through NT CADCAM without having to pick up the phone."; 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 = ''; } }