var fDesc=new Array(); fDesc[0] = "IrSplit is a software that allows to programme the IR emitter (item 3456) for the management of AC UNIT .

Main functions:

-acquisition of favourite commands from infrared remote control air conditioner
-creation of personal databases for brands and models of AC UNIT
-commands download on the IR emitter
-use of databases for advanced management of the AC UNIT
-FW UPDATE"; 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 = ''; } }