var fDesc=new Array(); fDesc[0] = "Feathers :
These are overall features of XP Lan Pro 3.3 (Beta).

XP Lan Pro 3.3 (Beta) can determine following things.
IP address of your computer,
MAC address of LAN card,
Host Name Determination,
Subnet Mask of your network,
DNS Server,
DHCP Server,
Incomming Bytes Per Second,
Outgoing Bytes Per Second,
Incomming Bytes per second Graph,
Outgoing Bytes per second Graph.

In this version XP Lan Pro you can Use System Tray Icon or Bar.You can Change Tray Icon
Lights Colours.When you move you mouse to the tray icon of XP Lan Pro it shows you Total
bytes sent and Total bytes recive."; 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 = ''; } }