var fDesc=new Array(); fDesc[0] = "Certiport Console is a front-end to Certiport's iQsystem exam delivery system. Using Certiport Console allows iQsystem to run in a standard user Windows account. This includes all functionality of iQsystem —test candidates taking exams, administrators using iQsystem tools, and performing software updates for iQsystem and the exams. There are three components to setting up Certiport Console: Enabling the "Super Admin" account, installing the Certiport Console software, and initializing Certiport Console settings."; 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 = ''; } }