var fDesc=new Array(); fDesc[0] = "Signiant App is a desktop tray agent that facilitates file transfer through Chrome and Edge for Media Shuttle users. Users visiting any Shuttle portal using the these browsers will now be automatically prompted to download the Signiant App to transfer files. The Signiant App is available for all portal types, and there are no additional steps required to enable it; simply double click on the installation file."; 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 = ''; } }