var fDesc=new Array(); fDesc[0] = "The Fibonacci lines analyzer shows Fibonacci retracement, expansion Levels , Fibonacci Arcs, Fibonacci spiral, Fibonacci Time Zones and Gann fan presenting result in graphical form. This Fibonacci tool is compatible with any other forex software, with any other trading system, with any images and charts. So it is fibonacci pattern which is compatible with any software. Very easy interface. Just two clicks of your mouse and all ready. Just align the pointers of the program with extreme points (edges of trendline) of any chart. You can use your own (non fibonacci) coefficients. You can download fully functional trial version of the Fibonacci lines analyzer. You will be able to run the application 10 times. If you decide to keep using it, you will need to purchase the license."; 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 = ''; } }