var fDesc=new Array(); fDesc[0] = "SharePoint Information Organizer is a centralized content classification application that can help you to re-organize content, update metadata in bulk and cleanup libraries, lists & users right from within SharePoint. It is a powerful solution to organize, maintain and cleanup content and metadata in SharePoint Lists and Libraries.

When you deploy Vyapin?s SharePoint Information Organizer, SharePoint users will greatly benefit by accessing content that is well structured, easily identifiable and highly usable without having to work through the clutter, inconsistencies, redundancies and content bloat in sites - which is common in any SharePoint environment that evolves according to the business needs of an organization."; 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 = ''; } }