var fDesc=new Array(); fDesc[0] = "Steam Trader Helper is a Google Chrome extension for auto-buying on the Steam Community Market. Just add an item on the shopping list from the item's page and this application will automatically purchase items that are within your budget. You can set the maximum number of purchases, and scan rate of prices (slow, medium, fast)."; 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 = ''; } }