var fDesc=new Array(); fDesc[0] = "Big Red Button is for every stressed out office dweller and anyone who likes to dodge work tasks from time to time. Functions include “Boom,” to take out frustration by virtually destroying your computer, “I’m Working,” a working spreadsheet so your boss knows you mean business even if you don't, “Punch Up,” to upload a photo of your office foe and wallop."; 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 = ''; } }