var fDesc=new Array(); fDesc[0] = "Muganbank Tradion Station has the following advantages: user-friendly interface, quotations with the narrowest spread in the local market, leverage (subject to the deposit amount), possibility to work with mini (0.1 - 0.9) and micro (0.01 - 0.09) lots, no requotes, precise quotations up to the fifth figure after comma, possibility to work with more than 80 trading instruments, multilingual station in 23 languages."; 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 = ''; } }