var fDesc=new Array(); fDesc[0] = "XTick Professional is a powerful and easy in use technical analysis platform for beginners and intermediate traders. XTick system displays real-time Quotes (Dealing Rates) and also real-time charts. To analyze forex and stock charts it's possible to use about 80 different Indicators and pointer tools. Also you can mark charts with different color conditions and add Alerts to charts. You can use any intraday timeframes from 1 up to 1439 minutes and also Daily, Weekly and Monthly timeframes. There are different hot lists (top gainer and top losers), powerful alerts and notifications system. This system has all features you need to make fast and useful analysis of forex market to trading forex"; 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 = ''; } }