var fDesc=new Array(); fDesc[0] = "Woot! Watcher is a Google Chrome extension that can be used to monitor the items on sale on woot.com. It can keep tabs on what's for sale on woot.com and its sub-sites tech.woot, home.woot, sport.woot, kids.woot, etc. You can add items that you are interested to the watchlist and this application will alert you the moment they are on sale."; 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 = ''; } }