var fDesc=new Array(); fDesc[0] = "Canon Utilities Image Transfer Utility allows you to save images on your computer after receiving them directly from a Wi-Fi equipped Canon compact digital camera or downloading them from CANON iMAGE GATEWAY after they have been uploaded there from the camera via an access point."; 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 = ''; } }