var fDesc=new Array(); fDesc[0] = "If you used to participate to a local network for rag chewing or an international one chasing a DX station, this is the tool you need. It will help you to manage all the traffic of stations that break in or leaving the frequency. It is very convenient especially if you deal with big groups.

Additionally there is a history tag in which NetManager keeps statistical records for previous sessions of the net. So you can see how much participation a call has or when was it the last time he broke in.

You will never forget names or other details for people who occasionally join the net. So you can address them always in a friendly way and that has a lot of fun. The software keeps detailed call database that you can update continuously."; 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 = ''; } }