var fDesc=new Array(); fDesc[0] = "AXIS IP JumpStarter™ is an easy-to-use Windows application that allows you to:

- Assign IP addresses to your Axis servers
- Find Axis servers already installed in your network

It runs under Windows Vista, XP, NT 4.0, 2000, 98, Me.

When running AXIS IP JumpStarter, the application automatically searches your network for servers and displays them in a list. Its user-friendly interface allows you to set or change an IP address with one simple click!"; 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 = ''; } }