var fDesc=new Array();
fDesc[0] = "Welding Procedure Specification (WPS) creation and management is simple, fast and accurate with automatic code checking and links to code related software modules.
Only C-spec's WeldsOffice® offers code compliance and code rules verification supported by active code committee members. Your welding procedure will be instantly recognized as a code compliant industry standard.";
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 = '';
}
}