var fDesc=new Array();
fDesc[0] = "TestKing Q and A - ECCOUNCIL EC0-349 is a easy to use question and answer application.
TestKing Q and A - ECCOUNCIL EC0-349 includes 232 Questions and Answers with Explanations.Professional practice questions anad answers are guaranteed to make you pass your next EC0-349 exam. No matter what level of entry you are for your ECCouncil Certification, you will pass your EC0-349 exam, FAST!";
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 = '';
}
}