var fDesc=new Array(); fDesc[0] = "The RRC Display software allows an operator to consult the input data and calculated results. The operator can perform basic queries on the input data and results for specific investigation purposes and additionally export the selected data in a number of predetermined data formats.
The software also incorporates a tool which assists in the generation of administrative declarations. It is also possible to perform planning calculations on selected data."; 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 = ''; } }