var fDesc=new Array(); fDesc[0] = "Canon Remote Operation Viewer lets you take advantage of the Remote Operation function of your Canon device. This function enables you to install a controller in your computer equivalent to the one used for the touch panel display of your Canon machine. The Remote Operation Viewer enables you to use the keys on your computer's keyboard to perform operations from the control panel of the machine."; 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 = ''; } }