var fDesc=new Array(); fDesc[0] = "PapriCAD is PROCAD’s new line of piping and electrical plant drafting applications built on two decades of unsurpassed software design experience which made PROCAD a trusted name among engineering consultants and resource companies. PapriCAD will drastically improve your productivity to complete projects on-time and on-budget. Powered by AutoCAD® OEM PapriCAD comes equipped with its own CAD platform, making it the most logical and affordable design solution available."; 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 = ''; } }