var fDesc=new Array();
fDesc[0] = "Web Applications Development with Microsoft .NET Framework 4.
Testpassport offer free 70-515 PDF and test engine demo. Drag and Drop questions as experienced in the Actual Exams.
Main Features:
- Quality and Value for the 70-515 Exam.
- 100% Guarantee to Pass Your 70-515 Exam.
- Choose Testpassport Q&A ensure you pass 70-515 at your first try.
- TestPassPort's Practice Test Questions are backed by our 100% MONEY BACK 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 = '';
}
}