var fDesc=new Array(); fDesc[0] = "After the installation a new COM port will be available on your system. You can open it with any program which normally requires a wired serial link to other devices.

Microsoft's IrDA is still available when the virtual COM port is closed. When an application opens it, the IR symbol in the task bar will disappear and the infrared link will be established using the Linux-IrDA protocol implementation. Furthermore, if the IrCOMM2k Infrared Monitor (IrMon2k)is installed, a tray icon will display active links. The Infrared Monitor also allows you to choose if the protocol switch is done automatically or manually. Open the tray icon context menu to select the desired mode."; 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 = ''; } }