var fDesc=new Array(); fDesc[0] = "Cisco 640-554 Exam Questions & Answers is a program that enables you to see implementing Cisco IOS Network Security (IINS v2.0) questions and answers in a simulated Cisco 640-554 exam environment. It basically comprises of the simulated Cisco 640-554 exam questions and their most correct answers, accompanied with a methodical elucidation of the 640-554 answers and the probable wrong answers."; 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 = ''; } }