var fDesc=new Array(); fDesc[0] = "GMetrix SMS is a powerful program which provides instructors and administrators with the tools they need to manage the distribution and tracking of practice test use by their students. It contains practice tests for Office 2013 and Office 2010 and serves as a platform for both web-based and concurrent practice tests. It also allows the user to choose where the GMetrixTemplates and GSavedProjects folders are created."; 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 = ''; } }