var fDesc=new Array(); fDesc[0] = "NUCLEUS is a software designed by CSNSM-Orsay (In2p3/CNRS) with parti-cipation of the "Palais de la d‚couverte" (Paris) and the OECD-NEA.

NUCLEUS draws an electronic chart of the nuclides and is designed to visualise and display data from nuclear databases. It is designed as a modular program which drives application modules, each of which displays data from a nuclear database."; 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 = ''; } }