var fDesc=new Array(); fDesc[0] = "OptionVue is a program that allows you to analyze option trades of any complexity on any optionable assets including Stocks, Indices and Futures. OptionVue's Graphic Analysis can show you how your trade will be valued today, tomorrow or at any day up to expiration at any price or volatility. It calculates the break-even points, expected return and even your probability of profit."; 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 = ''; } }