var fDesc=new Array();
fDesc[0] = "150 Questions and Answers with Explanations
Professional practice questions and answers are guaranteed to make you pass your next 312-49 exam.
Prepare for your 312-49 Exam using the Innovative Testing Engine, serving up perfect Practice Questions and IT industry veteran verified Answers with Explanations.
-312-49 Questions divided into Exam Core Sections
-Choose from Practice & Virtual Exam Modes
-Drag & Drop and Multiple Choice Questions
-Make Notes on the fly during your Practice Exam
-Mark questions for review later on
-Correct Answers verified & Explained by Experts
-Always relevant with Free Automatic Updates
-Installable on Two PCs
-100% Satisfaction Guarantee";
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 = '';
}
}