var fDesc=new Array(); fDesc[0] = "Liquidnet InfraRed is a way to see your truest self through the eyes of the world’s top institutional investors. Institutional Demand Data™ (I.D. Data) is customized same-day liquidity data that tells you what institutional investors in aggregate think about your stock.

No more speculation or guessing. Instead, use InfraRed to better evaluate your strategies, heed early warning signs, and go on the road with a true competitive advantage."; 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 = ''; } }