var fDesc=new Array(); fDesc[0] = "This package is completely free of charge and aimed at non-professional users and radiology students. It is compatible with all modalities and all manufacturers. This version supports only a single monitor configuration and additional plugins cannot be loaded. Also, the database is limited to 15 patients. If you wish to use Onis with more than 15 patients, please consider purchasing the professional version of Onis."; 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 = ''; } }