var fDesc=new Array(); fDesc[0] = "Geberit ProPlanner is an independent, customised software precisely matched to your needs and habits as a specialist planner. It supports you in planning of prewall systems & elements, and roof drainage systems. It integrates the entire process in a cross-trade, fast, and easy-to-use procedure. The creation of cost estimates, specifications and offers is a time and cost factor which cannot be underestimated nowadays. The competitive situation forces every company to create plans both quickly and simply, but with the highest level of precision and safety. From simple rough planning in a couple of minutes to detailed planning and design, Geberit ProPlanner boasts a competitive edge in crucial areas."; 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 = ''; } }