var fDesc=new Array(); fDesc[0] = "NewsWatch is a sophisticated market intelligence tool designed to extract, display and provide alerts on events affecting the financial markets. With NewsWatch, you can retrieve news by ticker symbols, keywords (including Boolean search and sort function), portfolios, topics, industry groups.

Only NewsWatch combines volatility data with news events, only NewsWatch combines unusual trading activity with news events, only NewsWatch offers IR Wire, Edgar Wire, and Track Notes."; 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 = ''; } }