var fDesc=new Array(); fDesc[0] = "JANIS (Java-based nuclear information software) is a display program designed to facilitate the visualization and manipulation of nuclear data. Its objective is to allow the user of nuclear data to access numerical values and graphical representations without prior knowledge of the storage format. It offers maximum flexibility for the comparison of different nuclear data sets."; 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 = ''; } }