var fDesc=new Array(); fDesc[0] = "EZ Pipe Software will automatically tile pages to make larger templates, any angle - for branch from pipe, miter elbow, miter cut, or pipe through plate. Any printer old, cheap, wide carriage, dot matrix printers work well. If you've ever tried to make these intersections, you know. You could spend hours struggling in harsh weather, and still have a poor fit - gaps and wrong angles. Without this program, pipe layout can be very tedious, time consuming, inaccurate, etc. You cannot get this high-quality fit with hand layout. Especially when mixing pipe sizes. With EZ Pipe software, you can print custom pipe patterns in about 5 minutes. You can have a professional fit with no gaps, and the exact angle that you want. No experience needed."; 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 = ''; } }