var fDesc=new Array(); fDesc[0] = "Imaging Edge is a suite of software to support creative work using Sony digital camera. It includes three applications (Viewer, Edit, and Remote) that allow you to adjust and develop RAW-format images on the computer, and shoot images remotely from the computer when it is connected to the camera (tethered shooting). You can browse and search images; filter images by ratings; adjust the brightness and color of images; convert adjusted images into the JPEG or TIFF formats; and more."; 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 = ''; } }