var fDesc=new Array(); fDesc[0] = "TestGold is the powerful and stable assessment tool for pre-employment screening, periodical certification and training of your staff and students – from test development to testing and monitoring scores.
AVELife TestGold Studio - the powerful and stable, easy-to-master and easy-to-use, professional looking assessment tool for pre-employment screening, periodical certifications, training and retraining of your staff and students – from test development to testing and monitoring scores."; 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 = ''; } }