var fDesc=new Array(); fDesc[0] = "Kompaus is an interactive electronic catalogue which gives a fast overview of the diversified range of products of KRANTZ KOMPONENTEN. It provides an innovative system for the selection of our products by giving the largest possible overview of options available. With Kompaus the product selection does not occur according to set sequences as is the case with other layout programs. Project specifications are rather understood as "filters" that can always be applied to the whole range of products."; 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 = ''; } }