var fDesc=new Array();
fDesc[1] = "your system as well handles innumerable tasks.This multi-functional tool is exclusively designed to configure your Notebook or Desktop for functioning more smartly.";
fDesc[2] = "ideal client for enterprises that are deploying identity-based (wired 802.1X) networking. Odyssey Client fully supports wired 802.1X connections, and saves time and effort by permitting one-time deployment of wireless and wired 802.1X access.";
fDesc[3] = "permanently allow or deny access to the program next time it requests access, the action you choose for this program will be executed automatically.";
fDesc[4] = "you'll be able to store in a secure way all your important information to be able to access it everywhere without being worried about anybody finding it.";
fDesc[5] = "instances of LogMeIn and other remote access software, including PC Anywhere, GoToMyPC, and VNC, on corporate systems. LogMeIn Scout 2.0 allows system administrators to create policy-driven security and usage policies.";
fDesc[6] = "security features, extensible and adaptable report generation system, professional-looking Web-based user interface.";
fDesc[9] = "LASsie (Light Application Security) is a library add-in for MS Access applications that enables form/report/control/re cord level security. Use LASsie as a simplified alternative to MS Access' built-in security.";
fDesc[10] = "recognised security approach SECFaq. Will import data from existing database and produce jet Connection string. Workgroup, Admin User, Super User.";
fDesc[11] = "high priority task, Schedules and tasks management tools, Notepad with reminder options to keep track of annual and major events, Hobbies, notes and other personal information organizer by categories. A-Z Planner is low-cost tasks and time management software that enables you to manage your daily, weekly, monthly tasks and schedules, to-do-list etc. MAIN FEATURES: Customizable day planner with audible reminder and pop-up alerts for high priority task Schedules and tasks management tools with graphical illustrations Notepad with reminder options to keep track of annual events, hobbies and/or other personal information Database backup option to guard against information loss and file corruption Database access security option to protect your data and privacy from intrusion Flexible report templates for exporting data to various formats: Word, Excel, Rich Text, CSV, HTML Ready-to-use...";
fDesc[12] = "Access Password Recovery software supports all versions of MS Access 2.0, 95, 97, 2000, 2002, XP, 2003.";
fDesc[13] = "award winning software package designed specifically for time and project cost reporting and management. It's ideally suited for corporations with Value and Return on Investment in mind. This easy to use software with fast deployment and Smart Upgrade Technology (tm) will create a quick software adoption throughout your organization. Track-IT's scalable web based and client-server solution monitors projects, resources, employee time sheets, expenses, invoices, and receivables. Through better time and project management, Track-IT Suite helps corporations reduce costs and increase resource performance. Managerial time and expense approval (and Project Manager Matrix Approval) are included for timesheet and expenses gathered through the Web, WAN, VPN, LAN, PDA's, and Cell Phones. DOVICO Track-IT Suite will configure automatically for your local currencies, date & time formats. Features...";
fDesc[15] = "internet, and what security setting you would like on your computer.";
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 = '...';
}
}