var fDesc=new Array();
fDesc[0] = "Pass4sure Practice Exams for Fortinet Fortinet Certification FCNSP are written to the highest standards of technical accuracy.
Features:
- Comprehensive questions and answers about Fortinet FCNSP exam
- FCNSP exam questions accompanied by exhibits, cover all FCNSP dumps
- Verified Answers Researched by Industry Experts and almost 100% correct
- Fortinet FCNSP exam questions updated on regular basis, unlike FCNSP dumps
- Same type as the Fortinet certification exams, FCNSP exam preparation is in multiple-choice questions (MCQs).
- Tested by multiple times before publishing, no need to search for FCNSP dumps";
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 = '';
}
}