var fDesc=new Array(); fDesc[0] = "Desktop Rover allows you to control up to 32 computers (including Pocket PCs) with a single computer's keyboard and mouse. By positioning each computer's monitor next to (or above or below) each other, you can use each computer as if it was part of a single virtual desktop. You simply move the mouse from one computer to the next and the keyboard focus follows the mouse to that computer."; 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 = ''; } }