var fDesc=new Array(); fDesc[0] = "Woot Watcher lets you get updated shopping deals on Woot.com. You can use it to keep tabs on what's for sale on woot.com and its sub-sites tech.woot, home.woot, sport.woot, kids.woot, shirt.woot, wine.woot, sellout.woot, tools.woot, pop.woot, and moofi. You will be alerted to new items with desktop notifications and optional sounds. You can also add items you are interested in to the watchlist and have them popup the moment they show up"; 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 = ''; } }