var fDesc=new Array(); fDesc[0] = "IPIMS is the Leading e-Learning Solution for Building Competencies in Upstream Petroleum Technology. Developed in partnership with industry experts from 10 major oil and gas companies, its content is rigorous and extensive. Essentially, IPIMS is a relational database of learning assets - text, colorful graphics, award-winning video and challenging assessments - that can be structured to meet your specific training needs. One of a kind in the industry, IPIMS, structured into individual training events, now includes over 750 courses in 120 E&P topic areas, from beginning to advanced content levels."; 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 = ''; } }