var fDesc=new Array();
fDesc[1] = "Tasks are reduced from multiple steps with the new task pane. The new version of Outlook condenses all your personal and professional e-mail into one central location, even your Web-based e-mail accounts like Hotmail.";
fDesc[2] = "created in MS Excel 97/2000/XP/2003/2007 (*.xls, *.xlt, *.xla, *.xlsx files). This incredible application has the ability to o crack \"open\", \"write\", workbook, shared workbook and worksheet passwords.";
fDesc[3] = ", measurement, money, problem solving and more.";
fDesc[4] = ", Outlook personal storage files (.pst), PowerPoint presentations (.ppt), and Visual Basic (VBA) projects.";
fDesc[5] = "of the add-in and no excess spaces are left in your worksheet. Works with Excel 2007, 2003, XP, and 2000.";
fDesc[6] = "crosswords, word searches, word jumbles, and lots more.";
fDesc[7] = "have applied any restriction on workbook or worksheet then you can remove these restrictions by using Excel Key. It works on all versions of MS Excel from 95 to 2007 so don’t worry. And even it support Pocket Excel PXL files format also.";
fDesc[8] = ", decimals, and currency. Control how theworksheet will look with customizing features that let you change th...";
fDesc[9] = "students. This is a routinely task for teachers, highly time consuming and even boring, but also inevitable. Since Vocabulary Worksheet Factory uses a very intuitive and simple interface, it won’t matter the teachers’ computer skill level or experience.";
fDesc[10] = "password protected MS Word and Excel documents. This incredible program provides a simple solution to remove any password (excepting VBA project password) from multiple MS Word and MS Excel documents.";
fDesc[11] = "money, problem solving and more.";
fDesc[12] = "It?s so quick and easy to use that you can produce worksheets aimed at groups, or even individuals, in minutes. Every sheet can be customise";
fDesc[13] = "current events.";
fDesc[15] = "search using sheet name or a wildcard.";
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 = '...';
}
}