var fDesc=new Array(); fDesc[0] = "Database linked (intelligent) P&ID diagrams for bi-directional data to instrumentation (FDes) and Electrical (EDes) department from DesSoft P&ID. Change data in one place and all departments are updated. Modules open in own window space, P&ID symbols link to database: Anytime Intelligence, Build-in report designer. Anytime Intelligence - linking drawing objects (symbols) to database records with a simple drag drop, at any stage of a project. Auto Pipe Numbering – according to configurable rule. Total integration to Dessoft’s Electrical and Instrumentation (1Des) design documentation software and many more..."; 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 = ''; } }