var fDesc=new Array(); fDesc[0] = "Navis N4 is an application that is used as a terminal for operations.

Main features:

Increase Scalability - Easily support future growth while reducing operational overhead
-Seamless Integration - Integrate, deploy and administer across multiple sites
-Simplify and Accelerate Implementation - Focus on creating a more unified and integrated IT strategy and growth concept
-Avoid Expensive Customization - Create a highly configurable solution
-Reduce Administration and Support Costs - Centralize back office administration
-Streamline Terminal Operations - Keep up with technology advances"; 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 = ''; } }