var fDesc=new Array(); fDesc[0] = "SlyControl allow to run and remotely control any Windows applications,
like a CDPlayer, WinAmp, TV, Radio & DVD players. You can also remotely run screen saver, log off, reboot or shutdown system.
SlyControl is a useful program that lets you remotely control your computer
with the help of infrared remote-control console from a TV cards package,
or through any other devices, for example multimedia keyboard, joystick.
SlyControl can simulate keys pressing, mouse movement and click control.
Among many useful functions are: messages sending, volume control,
windows monitoring and management, OSD, OnScreenMenu, TextToSpeech and many other.
SlyControl uses a events/actions/hardware access plugins and built-in script
language.
Support IR Remote Control using TV tuner bt8x8/Philips, Creative Live!Drive,
ATI Remote Wonder, Generic DCD (LIRC) and Serial (UIR/Irman) device, WinLIRC,
uICE and through sound card (plug IR photo module to LineIn)."; 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 = ''; } }