var fDesc=new Array(); fDesc[0] = "Crop Log was developed for use by the farmer wanting to maintain detailed expense records and a complete history of weather, seeding/planting, fertilize and chemical application activity.

Quick automated installation and setup
No complicated spreadsheets to confuse you
Straightforward data entry
Unlimited number of records
Reports generated by click of your mouse
Traceability from pre-planting up to harvest time
Weather Observations Module
Works with Windows 7, Vista, XP, 2000 and NT"; 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 = ''; } }