var fDesc=new Array(); fDesc[0] = "Bloomberg terminal provides latest business and financial info, news, and other important information. It provides real-time data on market with analytics and communications tools. With Bloomberg subscription, you get immediate membership to a community of more than 320,000 decision makers."; 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 = ''; } }