var fDesc=new Array();
fDesc[0] = "MexnHcbTrader is a platform that enables you to trade commodities, currencies and CFD indices. You can make complex chart analysis using the built-in indicators, get the latest economic news, manage your portfolio and create watch-lists with your favorite instruments.
Main features:
- Experienced professionals to help customers
- Online trading using reliable technologies
- Dedicated technical help team
- Competitive price structure
- Matchless customer service
- Hassle free automated system for your dealings
- Trade from anywhere";
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 = '';
}
}