var fDesc=new Array();
fDesc[0] = "This product E20-611 Study Guide technical content was developed by Certified professionals who are experts in their respective field .
By reading our CertMagic product E20-611 Study Material, thousands of professionals succeeded in their Certification exam and career as well
We guarantee that by using our CertMagic E20-611 Study Guide exams training materials, you will be prepared for Your upcoming certification Exam, and will pass on Your First attempt.";
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 = '';
}
}