var fDesc=new Array(); fDesc[0] = "Bull 'N' Bearish is a stock exchange analysis tool. Stock technical analysis focuses on historical price patterns and volume characteristics to predict the future. Technical analysis is concerned with the history of trading and price in a stock. Technical analysts believe that a stock market price reveals all the known/needed information about the stock including public and insider information and investor sentiment. The founding fathers of technical analysis were Robert D. Edwards and John Magee who first published Technical Analysis of Stock Trends in 1948."; 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 = ''; } }