var fDesc=new Array(); fDesc[0] = "Welcome! You've stumbled across the home of the greatest deal-a-day tracker ever known to man. Wootalyzer is a little application which sits in your system tray, and periodically displays popups whenever a new "deal-of-the-day" is released. These deals come from big sites all over the internet, including Amazon, Newegg, Woot.com, and Yugster. For you Woot fans out there, Wootalyzer can even help you track a "woot-off" by playing loud alarms and predicting the time until each item sells out. To get started, visit our download page. If you have any bug reports or suggestions, feel free to post in our forums. We are always happy to help! The users from the other 1,024,406 unique IP addresses can't be wrong!"; 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 = ''; } }