var fDesc=new Array(); fDesc[0] = "The MrSID plug-in for CARIS installs onto an existing installation of your CARIS product and allows users to add MrSID imagery created using LizardTech's GeoExpress with MrSID software directly into their local CARIS application. CARIS has created this free plug-in to enable CARIS users to share massive amounts of imagery across an organization with minimal use of system resources."; 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 = ''; } }