var fDesc=new Array(); fDesc[0] = "Panoramic Utility is a standalone utility, providing the capability to create calibration files for CDRPan or PanX hardware. It is intended to be used by technicians when installing and configuring a CDRPan system in the end users environment. The utility may be installed and used with or without CDR DICOM for Windows."; 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 = ''; } }