var fDesc=new Array(); fDesc[0] = "The ikonsys planning tool from item makes planning work benches much easier. The new configurator also enables users without CAD skills to create high-quality 3D models of work benches. Simple and intuitive – in just a few clicks you can incorporate tables, shelves, structures and accessories into graphical models. At the end, you get a very clear and useful 3D model of a work bench system that provides the basis for further discussions with colleagues."; 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 = ''; } }