var fDesc=new Array(); fDesc[0] = "Shark Ticker was designed to keep you informed about your investments. It's completely free of adware and it won't make your computer slow down.

Flashing Price Alerts
Stay on top of your finances. When your stock reaches a certain price, the symbol will blink to get your attention.

Small and unobtrusive
Keep this program on your desktop while you work. It's so small, your co-workers won't notice.

Always visible
Shark Ticker sets itself up as desktop band, using the same technique the same as the Windows Start menu bar. It stays visible, even when other applications are maximized."; 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 = ''; } }