var fDesc=new Array(); fDesc[0] = "Catview is a freeware product for creating and modifying PDMS Piping specifications. This
software is supplied on an unsupported basis. AVEVA CatView 12.0 is designed to work with certain catalogue attributes which are used to identify catalogue components. If you have not used CatView before, you will need to ensure that your catalogue is set up in this way. The AVEVA Solutions Ltd standard project MAS000 is set up in this way, so this can be used as a starting point to access CatView."; 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 = ''; } }