var fDesc=new Array(); fDesc[0] = "AnyChart Stock and Financial Charts (short name:AnyStock) is an XML/JSON Flash based financial charting solution. AnyStock technology turns your real time data into highly sophisticated charts with interactive capability, bringing visualization of your data to the Web. Designed to display data and time based information, AnyStock is the ideal tool for client reporting and performance based reporting applications. Reports and Dashboards are visualized with scrolling, drill downs, panning and zoom functionality."; 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 = ''; } }