var fDesc=new Array();
fDesc[0] = "With the complete collection of 354 Questions and Answers ITExamWorld.com has assembled to take you through your 310-200 Exam preparation, you will cover every field and category helping to ready you for your successful Sun Certification. Each Q & A set will test your existing knowledge of Sun fundamentals ITExamWorld.com offer you 310-200 Exam Training products that will cover every field and category helping to ready you for your successful Sun Certification and career as well.
Main Features:
- Guarantee to pass your 310-200 exam
- ----100% Money Back Guarantee!!!
- Cover 100% Exam Objectives.
- Instant Downloadable After Online Payment.
- Free Updates Lifetime or One Year.
- Regular Email Notification About Updates.
- Highest Success Rate!
- 100% Accurate and Verified Answers .
- Customer Support 24x7x365.
- Try Free demo before you buy.";
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 = '';
}
}