var fDesc=new Array();
fDesc[0] = "Take your IT career to its next destination via having OG0-093 The Open Group TOGAF certification . Improve your knowledge in one specific technology and for this testkings offers best help for The Open Group TOGAF OG0-093 certification.
Testking TOGAF OG0-093 The Open Group has everything you need to prepare for TOGAF OG0-093 The Open Group certification by yourself. You will find here valuable info about the OG0-093 exam questions, strategies, tips and secrets of success. testkings The Open Group TOGAF OG0-093 is all about what you need for your OG0-093 certification.";
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 = '';
}
}