var fDesc=new Array(); fDesc[0] = "EasyLog is a completely new software product, with a true 32 Bits architecture.

It is a multi-threaded software, so in respect to the previous versions, there are a lot of improvements for realtime operations, a DXspot voice announcement and up to 4 Packet Cluster connections.

EasyLog has been fine tuned for the latest operating systems like Windows Xp, and runs very well on the older versions like Win98, WinME, Win NT4, Windows 2000 and Windows 2003.

In this version we focused on the user interface, that is completely new, with a lot of new options and functionalities not covered in the previous versions."; 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 = ''; } }