var fDesc=new Array(); fDesc[0] = "MQL Defender protects your indicators and expert advisors against decompilation and it licenses EX4 files so that they stop working if they're copied to a new computer. MQL Defender also addresses another very important issue from Metatrader:
- It caters for time-limited licences - vital for selling your indicators or expert advisors on a subscription basis."; 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 = ''; } }