var fDesc=new Array(); fDesc[0] = "ENC Optimizer helps to produce better electronic charts. Its wide range of optimization functions can be fully integrated into SevenCs Chart Production Workflow. ENC Optimizer has powerful checks to detect and eliminate topology errors and provides automated functions for labor intensive production processes. Different types of data reduction methods can be applied to the overall data set. Data improvement with ENC Optimizer contributes to better performance in the end ECDIS or ECS application."; 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 = ''; } }