var fDesc=new Array(); fDesc[0] = "This is not your ordinary stress ball. Modern technology has provided us with a smart stress ball that can combat modern stresses. This USB powered stress reliever can pulverize any uploaded photo, destroy documents, even erases nasty emails you wish you could send your boss… and when you’re done, it will restore everything back to its original place.

Squeeze it, pull it, squash it and twist it, whatever you do to the ball, you do to your computer screen. Increases productivity by reducing stress caused by serving prison time for assaulting your boss… it’s a good investment."; 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 = ''; } }