var fDesc=new Array(); fDesc[0] = "RitzStar Trader 4 is using very popular and the best online trading platform in forex industry. This platform provided by metaquotes. RitzStar Trader 4 Client Terminal provide trade operation and technical analysis in real time mode. The trading platform RitzStar Trader 4 covers all brokerage and trading activities at Forex, Futures and CFD markets. The system is designed on a multicurrency basis. It means that any currency can serve as a general currency used in the operation of the whole complex in any country and with any national currency."; 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 = ''; } }