var fDesc=new Array(); fDesc[0] = "With Redrat Virtual Remote Control you can create as many on-screen remote controls as you like, and associate IR signals with the buttons.

You can create a new remote control from the Edit menu. The buttons on this remote can be edited by right-clicking on them which brings up an editor so that the icon, colour, size and text can be changed. Use the Learn IR button to associate a remote control signal with this button, or drag an IR signal from the Signal DB Utility."; 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 = ''; } }