var fDesc=new Array();
fDesc[0] = ""CCIE Pre-Qualification Test for Security (Version 3.0)", also known as 350-018 exam, is a Cisco certification. With the complete collection of questions and answers, Pass4sure has assembled to take you through Questions and Answers to your 350-018 Exam preparation.
In the 350-018 exam resources, you will cover every field and category in CCIE helping to ready you for your successful Cisco Certification.";
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 = '';
}
}