var fDesc=new Array(); fDesc[0] = "The FieldView ATViewer lets you package the results of your FieldView simulations for others to view at their desktop interactively. You control what they see; they control how they see it. The FieldView ATViewer client module is a free download. It requires no license. Now your colleagues, managers, and customers can easily explore and understand the valuable results of your simulations."; 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 = ''; } }