var fDesc=new Array(); fDesc[0] = "Weldspec is a Welding Procedure Software for engineers and managers who track and manage welding procedures to ASME IX, EN 288 / EN 15614-1:2008 and AWS D1.1.

- Reduces overheads and enhances efficiency in managing welding procedures and qualifications
- Saves time and money by ensuring welding procedures comply with latest code rules from ASME IX, EN 288/ISO 15614-1:2008 and AWS D1.1 and QA procedures
- Cuts costs by creating welding procedures to qualify to the maximum ranges of approval and minimum testing
- Allows easier selection of materials by using built-in ASME and AWS base and filler materials databases
- Automatically creates code compliant Welding Procedure Specifications (WPSs) from Procedure Qualification Records (PQRs)

Features:
- ensures compliance with codes by using built-in code rules from ASME IX, EN 288/ISO156xx and AWS D1.1 to help create and check documents
- uses dynamically created forms to automatically display the relevant variables for the process(es) used
- built-in tables of ASME and AWS base materials and filler materials to help select suitable filler materials
- links to the most common graphics tools for sketching joint designs etc. (com compliant)
- optionally highlights potential deviations from code rules
- supports multiple welding processes on one WPS or PQR form
- provides full traceability of documentation including electronic signature capability
- allows the document header to be customized to include your own company name and logo
- can be run over a local area network (LAN) with multiple users
- prints out documents to PDF for electronic transfer"; 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 = ''; } }