var fDesc=new Array(); fDesc[0] = "Wcam2K is a complete system for the production of many works and manufactures in marble, granite and stone. It is flexible and reliable to allow operator to manage the machine and to get to exploit all the potential of CONTOUR SHAPING MILLS BRIDGE to 3,4,5 axis interpolated, of LATHES(interpolated and not controlled), of WATERJET machining centers, of WIRE machines, of CNC machines and ROBOTS."; 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 = ''; } }