var fDesc=new Array();
fDesc[1] = "capabilities like calendar, task, contact management, note taking, journal, and Web browsing. It can be integrated with Microsoft Exchange Server and Microsoft Office SharePoint Server to provide extended functions to multiple users in organizations.";
fDesc[2] = "updates and thanks to it we can say it’s the next step in the Access evolution. The user’s disposal – wide library of professionally created templates of applications, makes table-, forms-, enquires- and reports- building easy.";
fDesc[3] = "document library located on a SharePoint Web site causing excess network traffic. Also fixes data loss when working on a notebook located on a server. OneNote can Crash when working for about 5 minutes working on a \"Read-Only\" notebook. After installing this update the computer must be restarted";
fDesc[4] = "including PDF documents in the searching process, you need this software. Why is that? Because standard search engines doesn't understand PDF language so they need a “translator” to help them up.";
fDesc[5] = "visual basic appliaction. It includes excel spreadsheet, chartspace, pivot table and data source connection.";
fDesc[6] = "Microsoft SharePoint platform, and tailor your SharePoint site to your needs, all in an IT-managed environment. It provides the professional-quality design tools you need to create great-looking SharePoint pages that are compatible with a wide range of browsers.";
fDesc[7] = "convert any PDF document into a Microsoft Office Word file, Microsoft PowerPoint document, SharePoint Designer document, RTF file, AppleWorks document, HTML files and others, maintaining the original document layout and providing a completely editable document in the new file format.";
fDesc[8] = "get ) products such as dreamweaver and sharepoint designer. Professor Teaches HTML Fundamentals provides HTML Basic training for only one andrew jackson bill (20 bucks), the content is delivered using voice and on screen samples and interactive menus.";
fDesc[9] = "the Microsoft Search technology: Microsoft Indexing Service, Windows Desktop Search, Microsoft SharePoint Portal etc.";
fDesc[10] = "all services based on the Microsoft Search technology: Microsoft Indexing Service, Windows Desktop Search, Microsoft SharePoint Portal etc.";
fDesc[11] = "Office SharePoint Server Business Data Catalog to remote back end systems.";
fDesc[12] = "the broken links, fixing broken links, work with files stored on web-sites and SharePoint servers.";
fDesc[13] = "of object properties from browser window, prompt testing of code segments of your product, support of any type libraries.";
fDesc[14] = "provides easy to read reports of your SharePoint inventory.";
fDesc[15] = "process of capturing and ranking project ideas. These ideas are logged in a Microsoft Windows SharePoint Services list for comparison and selection. You can approve selected ideas using the same InfoPath form. This results in the creation of a Six Sigma project environment, including a full Microsoft Project Server project and a related Microsoft Windows SharePoint Services site. The form is fully customizable to address the particular business needs of the organization deploying the Microsoft Office Project Initiation Tool. This example solution includes selection criteria and associated metrics for calculating the potential success factor for the project idea and illustrates how to customize and use the tool. There is accompanying documentation that provides further guidance on how to customize and use the tool. The Microsoft Office Project Initiation Tool requires the Microsoft...";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}