var fDesc=new Array(); fDesc[0] = "The analysis method is supported in principle that there is a level of market equilibrium, where the sales is equal to purchases and fluctuations are minimal. This equilibrium level is represented by imaginary line (yellow), where above is there less risk (green), and below this increases the risk (red). The analysis of the bar graph of the signal should take into account a horizon time of /- 100 days and be considered the trend of the wave and not a single bar that appears unexpectedly in a different color or size."; 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 = ''; } }