var fDesc=new Array(); fDesc[0] = "With NetWare Systray Utility you get quick access to NetWare Tools, Support Links and Resources like : Novell Internet Support Weblinks, Novell Cool Solutions Websites, NetWare Remote Console Connections, VNC Connections (Remote Administration via VNCViewer or Weblink).

You also get support for command line parameters and working directories, plain configuration text file for all settings (NSU.INI) and free selection of 8 different systray icons."; 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 = ''; } }