var fDesc=new Array(); fDesc[0] = "WOHM Shopping Companion is an extension to your browser that automatically finds price comparisons, reviews and video content on the product you are looking at without having to leave the page you are on. It presents you with price comparison from other retailers, and where to buy the product cheaper elsewhere."; 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 = ''; } }