var fDesc=new Array(); fDesc[0] = "K−Router Plus is an application for setting up and remotely controlling Kramer matrix switchers over an Ethernet, RS−232 or USB connection. The graphic user interface makes it easy to visualize and switch devices connected to the router. The powerful suite of utilities makes it easy to view and change EDID, communication, device and display settings."; 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 = ''; } }