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 manage, access, and share massive amounts of imagery including aerial photos and satellite images across an organization with minimal use of system resources.
MrSID is an acronym for Multi-resolution Seamless Image Database. MrSID is a powerful wavelet based image encoder, viewer and file format designed specifically for GIS professionals to enable true portability of massive images."; 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 = ''; } }