var fDesc=new Array(); fDesc[0] = "MRTG GUI is a CFG file rapid builder.MRTG GUI software can be very useful for creating and maintaining CFG files.

This program does not yet allow to automatically set all the option that MRTG has. Furthermore, it has been written specifically to facilitate the creation of CFG files for network traffic, it deals especially with network interfaces. Some limited support for other OIDs."; 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 = ''; } }