var fDesc=new Array(); fDesc[0] = "Server+ Practice Tests
About Server+ certification:
Server+ is considered next level of A+ certification. It is recommended to have
about 18 to 24 months in the server technologies industry. Hands-on experience
in installing, configuring, diagnosing, and troubleshooting server hardware and
NOS is important. At least one other IT certification such as CompTIA A+, Compaq
ACT, Novell CNA, Microsoft MCP, HP STAR, SCO, or Banyan. Once you are Server+
certified, you are not asked to re-certify.
Please visit the product page at: http://www.simulationexams.com/exam-details/server-plus.htm"; 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 = ''; } }