var fDesc=new Array(); fDesc[0] = "The Tony Oz Stock Market Calculator has eight tabs to help you configure the initial trade plan, price target forecasting, position sizing, stop loss placement and trailing stops. It has a nice feature under the "mode" in the top menu to keep the calculator on top, This is helpful when looking at a charting software and plugging numbers into the calculator. The following are eight screen shots of the different tabs."; 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 = ''; } }