var fDesc=new Array(); fDesc[0] = "Fexea.com is a service which contains new and fresh collection of Expert Advisors from all around the world is FREE to download.
Developers are sharing their own systems and get paid by us.
We have created the most comfortable trading services for the traders which allows to easily use it on all brokers platforms available.
For each user that follows your system, you earn $10 a month."; 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 = ''; } }