var fDesc=new Array(); fDesc[0] = "VCC-300 manager allows you to use two separate computers as if you were controlling one computer with a dual monitor, maximizing the work efficiency of a user with two computers.
The two computers with VCC installed are each assigned as the main or sub computer, allowing you to
control both computers as comfortably as using a dual monitor, using the keyboard and mouse of the
main computer. The keyboard and mouse of the sub computer can control only the sub 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 = ''; } }