var fDesc=new Array(); fDesc[0] = "What is SysTray Menu ActiveX?
SysTray Menu ActiveX 2.0.1 is an OCX control that allows you to run your programs thru the SysTray, hide program in the SysTray, operate advanced and nice looking menu from the SysTray, display balloon in the SysTray, and more...

The Functionality
SysTray Menu ActiveX 2.0.1 is a Systray ActiveX control for a beginner and advancer developers, it can display the icon of your program in the Systray while your program runs (or hides).

Graphic User Interface
SysTray Menu ActiveX 2.0.1 supports windows 98/ME/2000/XP and VISTA, supports error handling, and includes simples, tips and tricks and much more."; 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 = ''; } }