var fDesc=new Array(); fDesc[0] = "Quest MT4/MT5 order alert is a expert, can notify you by SMS when your new order placed or closed on your metatrader account. Easy to know having a price alert sent to you when a currency pair hits your price.
With the Quest MT4/MT5 Order Alerter System you don't need to worry about that anymore. You can get a text message sent directly to your cell phone letting you what your Forex Robot is doing. So if your Forex Robot is not trading right, the Text System can alert you right away with a text message and you stop it dead in its tracks before it wipes your account."; 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 = ''; } }