var fDesc=new Array(); fDesc[0] = "Fibonacci Market Timer allows you to make better investing decisions in the market. It uses and implements a number of technical theories and scientific analysis to enhance your investment decisions in the market. It implements Dow theory, the Elliot Wave principle and the Fibonacci percentages with great perfection. It automatically calculates swing low percentages and the upside price projections within no time. The interface of this software is very advanced and usable. It calculates all the major retracements and projections, using fibonacci percentages, as soon as the trend highs and lows are entered. And everything is shown as a graphical projection for a better study and analysis. It gives you a number of customization options such as setiing up of decimal places, changing the output colours etc. A google search is also integrated in this software and all these can be accessed using a tabbed interface. A full set of instructions is integrated to help you in using this application."; 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 = ''; } }