var fDesc=new Array(); fDesc[0] = "ERA-OES (Online Evaluation System) client is a browser which will be used to attempt the practical questions, MS-CIT final exam practice & typing exam. You can attempt the practical questions of MS Office, Windows using this ERA-OES client. You have to install it on all the client machines in your network where MS-Office 2013 is installed."; 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 = ''; } }