var fDesc=new Array(); fDesc[0] = "EOS Utility is an application that brings together all of the functions required to communicate with the camera. Functions for downloading and displaying images, remote shooting, and camera control of each setting when an EOS DIGITAL camera is connected to a computer have been integrated.
It is linked with DIGITAL Photo Professional, ImageBrowser, Picture Style Editor, but the software has to be the latest version."; 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 = ''; } }