var fDesc=new Array(); fDesc[0] = "XPlica for SharePoint 2010 enables SharePoint list migration across your SharePoint 2007 / 2010 farms. XPlica supports migration of documents, document metadata properties, list items and associated metadata (including file attachments) from one SharePoint list to another. XPlica migrates SharePoint lists (including document & picture libraries), list items, folders, documents, version histories and metadata to the desired destination SharePoint server. You can perform migration of list contents from SharePoint 2003 / 2007 farms to SharePoint 2007 / 2010 farms."; 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 = ''; } }