var fDesc=new Array(); fDesc[0] = "Create a New Watering Schedule with EC-XTRA Scheduling Advisor!
At the Quick Start dialog box select New Schedule. This will open the New Schedule
Wizard. In the New Schedule Name box type the name of your new watering schedule.
In the Number of Zones box select the number of zones to be included in the watering
schedule. A zone is a group of sprinklers controlled by the same valve and is also
referred to as a station."; 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 = ''; } }