var fDesc=new Array(); fDesc[0] = "Forex Alerter is a forex prices alerts software for forex trading. Show real time forex prices from MetaTrader or internet in topmost Price Bar or float Popup Window. Alert with voice,notification,email or sound when the quotations reach a predefined level. Show real time forex financial market/economic news and alerts soon after the content of news is updated. Show/Hide mt4 trading software quickly by mouse-click or hotkey."; 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 = ''; } }