var fDesc=new Array(); fDesc[0] = "Captures, documents, reports, archives and retrieves internet usage statistics and details with the Nortel Contevity 100/400 Series and BayStack Instant Internet 100. This Internet Metering application can answer these questions so that broadband access costs and usage patterns can be fairly metered and determined, and to document and report usage, as well as archiving and retrieval of historical log data. Can operate either interactively or with a scheduled command script generated directly by the program."; 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 = ''; } }