var fDesc=new Array(); fDesc[0] = "Financial Charting Component has a variety of features including charts with pan and zooming charting features: Point & Figure (exposed as API), Candlestick, Kagi, Renko, TLB; Data binding to CSV, XML, Array, Dataset. It is built with financial engine and mathematic engine. With basic knowledge of VB.NET and C#, users can easily build their own trading systems and charting applications using its mathematical and financial engines."; 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 = ''; } }