var fDesc=new Array();
fDesc[0] = "Roboforex - Viking Trader is a platform that enables you to buy and sell currencies, commodities, CFD indices and stocks. You can perform complex chart analysis, stay in touch with the latest economic news, find trends and patterns that will help you maximize your profit.
In general, Roboforex - Viking Trader has the following features:
- High speed of order execution.
- Wide choice of order types.
- More than 40 analytical tools.
- Complete record and positions tracking.
- Price quotes with 5 digits after comma.
- Direct access to interbank liquidity.
- No minimum deposit requirements.
- Opportunity to watch Market Depth (Level2).
- Online newsfeed.";
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 = '';
}
}