var fDesc=new Array(); fDesc[0] = "The Quest Web Parts for SharePoint ezLearn Computer-Based Training (CBT) enables users to get up to speed quickly with the Web Parts so they can simplify SharePoint development and build rich SharePoint applications without custom code.
The Quest Web Parts CBT consists of a pre-configured SharePoint environment via a content database backup, a series of worked examples and training exercises for each web part, and links to quick-start videos showing how to complete the exercises.
When taking the CBT, users will:
-Watch and learn how to configure and use Quest Web Parts for the most common use cases
-Get hands-on experience with Quest Web Parts in an isolated training environment"; 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 = ''; } }