var fDesc=new Array(); fDesc[0] = "Ag Leader Technology SMS is the easiest to use, yet most powerful precision farming software package available for use with your Ag Leader equipment. It provides unique features to support all the Ag Leader precision farming equipment that you currently own and also helps integrate information that you may have from other sources or equipment. Simply put, you have chosen a software package that will continue to grow and adapt with your Ag Leader equipment, current and future, which no other software package will be able to match."; 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 = ''; } }