var fDesc=new Array(); fDesc[0] = "Net Message Sender is a free and easy tool for computer users (and Administrators) to send out instant network popup messages quickly and easily. The message appears instantly on the users desktop (Above all other software!) so other users have no choice except to read your urgent popup message. Net Message Sender takes the instant network messaging idea and expands and builds it into a package that is easy to use for the distribution of LAN/WAN network messages. No Client Software is required for your users to receive the messages. It is all done through built in Windows functions. Therefore you can start to send messages on your network straight after install."; 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 = ''; } }