var fDesc=new Array(); fDesc[0] = "This plug-in (formerly the MrSID Browser Plug-in) is free for individual use and enables you to view MrSID and JPEG 2000 images natively in standard Windows Web browsers. The intuitive graphic user interface allows you to view, magnify, measure, print and save images.

Add features and support to your existing browser or operating system to quickly and easily work with MrSID files and point cloud datasets and speed up image delivery and display."; 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 = ''; } }