var fDesc=new Array(); fDesc[0] = "Since version 3.7, this plug-in package has included two plug-ins, (1) plug_digicam, which uses PolyImagePro along with Canon, Nikon and Foveon libraries (and its numerous internally supported formats), and (2) plug_digiraw, which uses Dave Coffin's dcraw.c. This second plug-in can support many additional manufacturers and models, including the Canon PowerShot G9, for which Canon has never released libraries. Note that some formats are supported by only one of the libraries."; 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 = ''; } }