var fDesc=new Array(); fDesc[0] = "Navi-Sailor 4000 ECDIS Multifunction Display is a flexible and redundant solution providing the mariner with a convenient task-oriented environment. Every Transas MFD workstation (WS) can be equipped with a standard set of software such as ECDIS, Radar, Conning, Chart Assistant utility and SPOS weather module giving the mariner the ability to switch between applications at the touch of a button. All aforementioned applications are running simultaneously as part of the Multifunction Display."; 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 = ''; } }