var fDesc=new Array();
fDesc[0] = "FxGravity provides online currency trading conditions for clients around the globe and is one of the fastest growing multi-asset online trading companies in the world. Offers tight spreads on OTC Spot Foreign Exchange for all major currency pairs.
The online currency trading market is open 24 hours a day allowing online forex trading to take place from Monday to Friday. At FxGravity the MetaTrader 4 online trading platform offers traders the opportunity to trade Forex from anywhere in the world using the iPhone, iPad, laptop or PC at times convenient for them.";
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 = '';
}
}