var fDesc=new Array(); fDesc[0] = "WFT Utility is the software that enables your EOS digital camera to send the captured images through the attached Wireless File Transmitter WFT to an FTP server via a wireless or wired LAN. With WFT Utility, you can make communication settings for Wireless File Transmitters (WFT-E1/E1A, E2/E2A, E3/E3A, E4/E4A, E5A/E5B/E5C/E5D, E2 IIA/E2 IIB/E2 IIC/E2 IID, E4 IIA/E4 IIB/E4 IIC/E4 IID) from a 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 = ''; } }