var fDesc=new Array();
fDesc[0] = "Automated Binary Options Software made to trade automatically the Binary Options Online.
Binary Option Robot will analyse the trend of the market in real-time and will call or put at your place on the right currencies and at the right moment.
Based on market trends !
Binary Option Robot support those currency pairs:
EUR/USD - EUR/JPY - EUR/GBP - USD/JPY - USD/CHF - GBP/USD - AUD/USD
Binary Option Robot support those trading indicators:
MACD - RSI - STOCHASTIC - WILLIAMS %R - TREND - CCI
How to use Binary Option Robot:
Download and install Binary Option Robot
Open Binary Option Robot
Signup a Binary Options account or use your Binary Option account.
Wait for a new call or put to be made automatically.
The software will automatically call or put following the market trend.
You have nothing to do!";
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 = '';
}
}