var fDesc=new Array();
fDesc[0] = "Unique Trend Fx was established by traders for traders, it is one of few trading companies with employees who actively work and earn on global financial markets.
Main Features:
- Wide range of currency pairs and CFD’s available for trading
- Instant order execution
- Narrow spreads
- Flexible leverage up to 1:100
- No re-quotation, direct quotations, no intervention between the Clients' trading terminal and Prime-broker
- Non Dealing Desk (NDD) technology
- Expanded list of orders (Standard, Conditional)
- All transaction’s information is protected, absolute confidentiality
- Demo-versions of the trading platforms";
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 = '';
}
}