var fDesc=new Array(); fDesc[0] = "Fisheye-Hemi is a set of plug-in filters for Photoshop, Photoshop plug-in compatible applications, and Apple Aperture which provide correction for hemispheric fisheye lens distortion. Fisheye Hemispheric lenses in the hands of a photographer provide an expanded view of the world across approximately a 180 degree diagonal field. Until now, the primary option available to the photographer was to render these fisheye images using rectilinear mapping techniques."; 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 = ''; } }