var fDesc=new Array(); fDesc[0] = "It is possible in some cases for Seep3D to allow creating adjacent regions with incompatible faces. In the past, Seep3D would create such regions and could save the file, but on opening the file Seep3D would display an error message and exit. Now it will instead display a warning and continue. The analysis can even be solved and results can be viewed, but there will be a no-flow boundary along the incompatible region boundary."; 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 = ''; } }