var fDesc=new Array(); fDesc[0] = "PVC 2D creates a variety of PVC Schedule 40 Pipe and Fittings for easy placement in the PVC piping drawing. The selected fitting is attached to the cursor for placement and rotation. A dialog box interface provides an easy method for the selection of each fitting with different size selections and in one of three views, side, turned down, or turned up. Some fittings include a wipeout mask so they can be placed on top of other fittings without having to break any lines on the fitting below to show correctly."; 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 = ''; } }