var fDesc=new Array(); fDesc[0] = "SCEA 5 Part 1 Training Lab is the world's best exam simulator uniquely developed by PPA methodology. You can Plan your goals, practice and achieve your goals. Customers have rated our product as the best product for IT certificate preparations. Apart from exhaustive mock exams, we provide review tips for all objectives, real time program examples and explanation. We also provide interactive quiz exams. All the questions have explanations."; 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 = ''; } }