var fDesc=new Array(); fDesc[0] = "This test is designed to test the candidate's knowledge and skills for developing applications using Microsoft SharePoint Sever 2010. The candidate should have at least one year of experience with ASP .NET 3.5 with Visual Studio 2008 (or later) and 6 months developing with SharePoint 2010. In addition, the candidate should be able to perform the following tasks: write code that extends SharePoint 2010, add and support code to an existing project, write code for and test custom features in a SharePoint solution, and implement a solution designed by lead SharePoint Developer."; 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 = ''; } }