var fDesc=new Array(); fDesc[0] = "SelfTest Training is a program that helps you to prepare for certification exams of various companies like Cisco, CompTIA, HP, etc. The size of the application is very small and works on any system. It includes practice tests and simulations of the real exam scenario.

The price of the program varies with the test that you require. The buy URL leads to Cisco 100-101 exam. For other exams, please download the sample application and click the 'buy' link in the program."; 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 = ''; } }