var fDesc=new Array(); fDesc[0] = "RhinoPiping is the industrial solution when it comes to piping design. They provide a fully customizable system, with incredible design efficiency, and more. RhinoPiping is a plugin for Rhinoceros® 3D software. It is not a standalone application. The default RhinoPiping catalog includes 3-way valves, caps, connecting sleeves, couplings, elbows, flanges, inline filters, manometers, joints, reducers, and valves. The catalog is provided as is, without warranty. Use of the catalog and its components is entirely the end user’s responsibility."; 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 = ''; } }