var fDesc=new Array(); fDesc[0] = "Hot Keyboard Network Suite contains Hot Keyboard Pro 3.2 and Hot Keyboard Server in one single distribution. Hot Keyboard server is intended for network use only.
Assign a routine task to a single key press and improve employees working speed and accuracy.
Let users on the network have the same keyboard shortcuts.
Synchronize actions performed by shortcuts over the network.
Extended features for customer support teams and network administration."; 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 = ''; } }