var fDesc=new Array(); fDesc[0] = "WICTOP Genius is a program that combines all of the essential features, from 3D processing of a project to technical drawings through to provision of required U values. It provides you with maximum support in all processes ranging from planning and calculation to ordering and activation of inventory management systems, right through to production of WICONA designs."; 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 = ''; } }