var fDesc=new Array(); fDesc[0] = "TGI’s Software Selection Tool Kit is designed to provide software selection teams the necessary resources to conduct a thorough, quantitative analysis of various ERP vendors and make a well-informed final ERP software selection. You may download the complete Software Selection Tool Kit as a single file or download your desired Software Selection Tool Kit resources individually."; 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 = ''; } }