var fDesc=new Array(); fDesc[0] = "If you're after a simple but powerful charting package, Beyond Charts FREE charting application offers the latest in invention and design. While the software is FREE, all that’s required is that you pay for market data. There is a range of markets and data subscriptions to choose from and the choice is yours to choose what you need!

A bar chart represents the open, high, low and close prices experienced in a fixed time interval, in a single drawing element. The vertical line is drawn between the highest and lowest trades prices and the horizontal marks show the open(left) and close(right). The bars can be coloured differently depending on whether the price closed higher or lower than it opened."; 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 = ''; } }