var fDesc=new Array();
fDesc[0] = "(70-290) Managing and Maintaining a Microsoft Windows Server 2003 Environment.
Ensure your success in Microsoft 70-290 certification exam with EasyCert simulator. Developed by highly experienced and certified professionals, it offers extremely realistic practice exams on the latest pattern. Last but not the least; it comes with FREE technical support and unconditional 100% Money Back Guarantee. Check out the FREE demo version.";
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 = '';
}
}