var fDesc=new Array(); fDesc[0] = "This ia a Chromium browser extension that lets you monitor Whiskey Militia shopping website. They sell skateboarding gear with very good discounts at certain times. This application can monitor the latest ODAT (One-Deal-At-a-Time) deals and show the time remaining for the current deal. You also have the option of receiving a desktop notification along with a customizable sound alert when a new deal is listed."; 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 = ''; } }