var fDesc=new Array(); fDesc[0] = "Photron FASTCAM Analysis is designed to be used as an assistant function for Photron FASTCAM Viewer, the camera control software for FASTCAM cameras. With this program, it is possible to analyze motion within an image sequence imported from PFV in order to obtain values for displacement, velocity, and acceleration. Following analysis it is possible to achieve synchronized playback of the data graphs and images."; 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 = ''; } }