var fDesc=new Array();
fDesc[0] = "Pass4sure Practice Exams for Cisco CCDA 640-864 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development - no 640-864 dumps.
- Comprehensive questions and answers about Cisco 640-864 exam
- 640-864 exam questions accompanied by exhibits, cover all 640-864 dumps
- Cisco 640-864 exam questions updated on regular basis, unlike 640-864 dumps
If you do not pass the CCDA 640-864 exam (Designing for Cisco Internetwork Solutions Exam (DESGN) v2.1) on your first attempt using our pass4sure testing engine, we will give you a FULL REFUND of your purchasing fee.";
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 = '';
}
}