var fDesc=new Array(); fDesc[0] = "FV2200 PC software emulates the functions available on the console and allows you to recompute LAI with alternative settings, such as different transmittance models and view angles (rings). It also provides options to recompute LAI for canopies with complex and non-uniform shapes. This feature makes it possible to evaluate row crops, grape vines, and hedges with irregularly shaped profiles, as well as asymmetric individual plants. FV2200 is a Windows file viewer application for downloading, viewing, and manipulating data files from the LAI-2200C, LAI-2200, and LAI-2000 Plant Canopy Analyzers. FV2200 duplicates the LAI computation performed in the LAI-2200 console, and also provides 3 alternative methods: 1) Lang, 2) Ellipsoidal, and 3) Constrained Least Squares."; 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 = ''; } }