var fDesc=new Array(); fDesc[0] = "The Metalogix SharePoint Extensions Web Service enables a number of features that would otherwise not be technically possible to provide. It is a free web service component that comes bundled with Migration Manager for SharePoint - Website Edition.

The Metalogix SharePoint Extensions service was built to overcome some limitations of the SharePoint web services. The Extensions Web Service allows us to use the SharePoint API to write data to the target that would otherwise not be possible to do remotely. Additionally, the web service also improves write speeds of Migration Manager for SharePoint - Website Edition dramatically."; 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 = ''; } }