var fDesc=new Array(); fDesc[0] = "S1 TITAN Toolbox is a program that allows you to communicate and control the S1 TITAN. It consists of 2 tools: S1 RemoteCtl, a tool for the remote control of the S1 TITAN and S1 SYNC, a tool to communicate with the instrument and manipulate data from the S1 TITAN. It features an easy to use report generator, a Spectrum viewer, a Report generation and much 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 = ''; } }