var fDesc=new Array(); fDesc[0] = "This IRM refuge calculator is a tool intended to illustrate the appropriate refuge calculation, the quantity of standard seed bags to purchase for both trait and refuge, and possible planting configurations for planting certain corn products in the United States. This refuge calculator does not replace or supplement the applicable manufacturer's IRM Grower Guide in any way. As a grower using this information, you are still obligated to understand and abide by the applicable IRM Grower Guide on planting and Insect Resistance Management."; 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 = ''; } }