var fDesc=new Array(); fDesc[0] = "Fibcharts will capture an image of whatever is displayed on your desktop screen. You can then draw trend lines, fibonacci retracements and spirals using the Fibcharts toolbox. Once you are finished you can save your work as an image file.
Fibcharts allows you to easily turn any chart on your computer screen into a powerful Fibonacci chart."; 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 = ''; } }