var fDesc=new Array();
fDesc[0] = "PanForex is a MetaTrader 4 platform. This secure and most popular trader’s platform is very user-friendly with an intuitive interface. Metatrader 4 provides all necessary tools to analyze price dynamics of financial instruments. Traders can make transaction, and develop and use existing expert advisors.
Main features:
- Minimum Deposit – 5 USD
- Margin Leverage – Up To 1 : 500
- Variety Types of Trading Accounts
- Unlimited Demo Account!
- Negative Balance Protection!
- Classic 4 Decimal Quotes
- Modern 5 Decimal Quotes
- Lowest Spread – From 0.5 Pips
- Non Dealing Desk
- STP Broker";
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 = '';
}
}