var fDesc=new Array(); fDesc[0] = "The Automater is a program which is comprised of a series of individual Cisco Scripts. Together, these scripts provide the engineer with a simple yet extremely powerful set of tools to perform their everyday tasks. A simple task such as clearing the counters on all the routers in a network can take hours or days depending on the size of the network. The Automater can do this in minutes."; 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 = ''; } }