var fDesc=new Array(); fDesc[0] = "SharePoint Factory produces your custom SharePoint site automatically. SharePoint Factory takes the wireframe model that you created and generates your complete SharePoint Site and your personal implementation guide. By eliminating tedious manual set-up tasks, SharePoint Factory becomes the Fast Track to your custom SharePoint implementation.
Features:
- Generates and updates sites
- Creates lists and document libraries
- Generates WSS 3.0 and SharePoint Foundation 2010 WebParts
- Generates SharePoint Server 2007 & 2010 WebParts
- Optionally generates Sample & Test Data
- Supports WSS 3.0 & SharePoint Server 2007
- Supports SharePoint Foundation 2010 & Server 2010
- Sites per site collection limit"; 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 = ''; } }