var fDesc=new Array(); fDesc[0] = "NWSEND is a program for sending messages under MS Windows 98/SE/ME/NT4/2000 in a Novell NetWare 4.xx/5.xx network. Unlike Novell's standard utility, the NWSend program has a more flexible setup for properties of NDS objects. NWSend allows the sending of messages for users and groups with a possibility of keeping up to 10 frequently used messages. Multi NDS Tree and WAN line support."; 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 = ''; } }