var fDesc=new Array(); fDesc[0] = "ECR Helper is designed to help you with your common tasks using your ECR! This program will help you Programming the ECR operators , Programming the ECR Articles, Programming the ECR Subgroup, Programming the ECR Firm data, getting ECR report, and Setting ECR Logo.

You could save/load your data from a file, copy and paste it between different grids or even copy and paste to/from Microsoft Excel ! You could also use an ECR report to setup another ECR's articles.

This software is user-friendly, easy to use, lightweight, and recommended to ECR user. See screenshot for more details. This Software is Greek edition, you can also download English edition from Download link."; 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 = ''; } }