var fDesc=new Array(); fDesc[0] = "With The Option Strategy Builder you could pick up an option and place it directly to the return graph. As with the online tool, just drag and drop the option on the graph, and build your strategy. Using your mouse, the options can be easily moved on the graph to different strike prices, and to different expiration dates.
With this program you can manage your portfolio, analyse time and volatility effects and calculate the greeks."; 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 = ''; } }