var fDesc=new Array(); fDesc[0] = "The SE-CCNP-Switching practice tests consist of 300 questions. The features include Testlets, DragnDrop, and Router Simulations type questions that reflects the actual exam environment. The objectives of the exam include the implementation of a Switch based Layer 3 services, given a network design and a set of requirements, a VLAN based solution or a Security Extension of a Layer 2 solution."; 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 = ''; } }