var fDesc=new Array(); fDesc[0] = "Manage the design process more efficiently with HyPneu Viewer. The freely distributed Viewer allows the designer to communicate the design to any audience, whether they are design team members, employees, supervisors, or potential customers.


Project files are compressed into one viewer file which can be easily transmitted and viewed on any computer that has the viewer platform.

Insert comments or make suggested changes directly on the canvas for later consideration. Save and send the comments back to the original designer for implementation.

This provides the designer with a unique tool to sell his idea, to bring concepts to life, and allows others to see a plan more effectively."; 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 = ''; } }