var fDesc=new Array(); fDesc[0] = "IntranetFactory Intranet Suite is a complete Intranet site based on SharePoint.
It extends the out-of-the-box features of SharePoint with additional WebParts and application templates.
SharePoint Intranet can be easily customized, extented and implemented with the free Intranet Modeler. The Modeler provides also over 200 common and industry specific page templates - providing the ultimate Fast Track to your custom SharePoint Intranet."; 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 = ''; } }