var fDesc=new Array(); fDesc[0] = "Partial Least Square (PLS) has been shown to be a robust method for describing the relationship between signal changes in brain and a set of exogenous variables. PLS is a MATLAB program with a graphic user interface (GUI). It works with pre-processed data, and is compatible with both ANALYZE and NIFTI format images. Note that for Analyze files (with .img extension), the number of files for a particular run correspond to the number of TR in that run."; 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 = ''; } }