var fDesc=new Array();
fDesc[0] = "IRCommand2
Universal Remote Control Software for the PC
Universal Remote features :
- Control any device that has an IR (infrared) remote or supports X10
- Issue complex command sequences with a single button click
- Execute commands on a specific weekly time schedule. Triggers execute on schedule even if your PC is in a standby state (Win98 or later)
- Send commands to IRCommand2 from your sofa with a remote control or X10 controller
- Create your own button layouts or use pre-defined templates - the screenshot above is an example layout
- IRCommand2 uses inexpensive IR and X10 hardware that connects to your PC (more information on supported hardware)
- Runs under Windows 98/ME/NT/2000/XP/Vista/Win7
- See a preview of how IRCommand2 works...";
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 = '';
}
}