var fDesc=new Array(); fDesc[0] = "AXIS NetPilot software makes management of AXIS Network Print Servers simple and convenient. It runs on Windows platforms that use NetWare and/or NetBIOS/NetBEUI. AXIS NetPilot requires a PC with a 386 or higher processor and at least 4MB of RAM.

Main features:
- installation of new network print servers
- modify their configuration
- upgrade their software
- monitor the printing taking place through the print servers"; 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 = ''; } }