var fDesc=new Array(); fDesc[0] = "ZQcert is an application that helps you to improve your knowledge. This exam tests a candidate's knowledge of networking concepts for the Data Center environment, based on Nexus-OS. You will learn fundamental information on how a data center network works, how to configure virtualization in the network, addressing schemes, troubleshooting, and configuration skills."; 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 = ''; } }