var fDesc=new Array(); fDesc[0] = "Procurement is a program that downloads your characters/stash from the game forum of "Path of Exile". You can search your stash for different items. One-click generation of forum trade posts are available; you can copy-paste this into a trade post, which will have all your gear linked and categorized in spoiler tags."; 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 = ''; } }