var fDesc=new Array(); fDesc[0] = "H2OSentinel is an anti-virus solution based on the NOD32 antivirus engine that is optimized for the maritime market. The program has been designed for use over low bandwidth networks such as Inmarsat and Iridium. The GTMail server scans all emails to ensure no viruses are sent to the vessel and the on-board protection fights against malware from USB memory drives and the Internet."; 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 = ''; } }