var fDesc=new Array(); fDesc[0] = "FrenzelSoft Stock Ticker
Tool to provide information about the percental and monetary change of chosen stock prices and your portfolio. Furthermore you can set min and max alerts when stock prices fall below or exceed your specified limits and get news for the comanies you added. The stocks are linked to the Yahoo! Finance website so you can easily get charts for stocks by a simple mouse click."; 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 = ''; } }