var fDesc=new Array();
fDesc[0] = "LHV Broker is a world-class currency trading platform that works on computers, the web and mobile phones.
Trading platform is a professional tool for active traders who make more than five transactions a month on foreign stock exchanges. LHV Bank offers two different trading platforms: LHV Trader and LHV Broker.
LHV Broker is a trading platform for CFD and forex traders. The minimum account requirement is EUR 2,000. The LHV Broker is a global trading platform where you can trade forex options, shares and futures.";
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 = '';
}
}