var fDesc=new Array(); fDesc[0] = "Wolfreax is a Network Inventory product. Wolfreax is a network utility to help you with your work. It is based on Java technolgy and easy to be used for networking purposes, with the primary goal of being useful to end users and network administrators.
Wolfreax Features:
1. Network devices information
2. Single click ping host / domain
3. Simple netstat output
4. Simple traceroute information
5. Simple port scan for host / domain
6. Simple host scan
7. Simple Whois"; 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 = ''; } }