var fDesc=new Array(); fDesc[0] = "This professional plug-in was developed together with Dimenco (formerly Philips 3D Solutions), the company behind the 3D technology, to meet market demands. The content creation tool is optimized for current Dimenco 3D displays. The plug-in is easy to use and supports professional render engines such as Mental Ray and Vray. Microcan software is fully compatible with Dimenco technology. On request we can add additional functions to optimize your production pipeline."; 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 = ''; } }