var fDesc=new Array(); fDesc[0] = "The software "ShareMouse" lets you control multiple computers from a single mouse and keyboard. Move the mouse to the monitor of the computer you wish to control and the pointer magically jumps to that computer. Any mouse and keyboard input is transmitted to the corresponding computer.

Similar to a network KVM, ShareMouse transmits mouse movements and clicks through the local LAN. All traffic can be password-protected and AES encrypted.

To switch between computers, there is no KVM switch, no press of a button and no need to turn a switch.

Similar to a keyboard switch, you can seamlessly operate multiple computers on your desk from any mouse and keyboard."; 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 = ''; } }