var fDesc=new Array();
fDesc[0] = "(70-210) Implementing, Configuring, and Administering¿Microsoft Windows 2000 Professional.
EasyCert exam simulations provide the most realistic exam experience outside the real thing. We offer EasyCert products for Microsoft, Cisco, A+, i-Net+ and Network+ certifications. Using EasyCert, you can be sure that you are ready to pass the real exam. Computer professionals throughout the world have used EasyCert products to prepare for their exams.";
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 = '';
}
}