var fDesc=new Array(); fDesc[0] = "WinEvent opens up the power of the Windows API, but in the easy Clarion way. If you're doing background processing, or communications then WinEvent is the cost effective solution to your problems.

WinEvent offers a number of functions in several different categories. Aimed at 32-bit developers it offers a consistent interface to the power underneath the Windows skin. If you program any background applications then WinEvent offers a number of functions that will greatly assist you"; 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 = ''; } }