var fDesc=new Array(); fDesc[0] = "PrimeFMS MetaTrader Terminal is a trading platform which allows users to trade different currencies. The application provides an environment to trade Forex and CFDs in an accurate, customizable and user-friendly way. You can trade multiple assets such as stocks, commodities, bonds and currencies on one screen, as well as quick one-click executions, a variety of stop and limit orders and an impressive toolbox of charting and analytical tools."; 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 = ''; } }