var fDesc=new Array();
fDesc[1] = "overview that helps you keep track of your expenses. Put savings targets and then perform a monthly analysis of your finances to see how much you're really saving.";
fDesc[2] = "works without starting the Keeper and lets the user to trace the arrival of new payments and messages. This useful utility checks if there is a new transfer, bill or a message.";
fDesc[3] = "or in training mode. Choose between six different players and try playing in all the four different clubs. A billiard game with great graphics and views that you can zoom in or out.";
fDesc[4] = "hard not to compare the game with Legos, though it doesn't have the license it does have the fun. It is an excellent choice of game for those young builders out there.";
fDesc[5] = "manufacturing—purpos e-builtAutoCAD® Mechanical software is AutoCAD® for manufacturing—purpos e-built to accelerate the mechanical design process while preserving the AutoCAD user experience. With comprehensive libraries of standards-based parts and tools for automating common design tasks, it offers significant productivity gains over basic AutoCAD software and saves countless hours of design time. Features Standards-Based Drafting & Part Libraries Produce accurate designs with a comprehensive set of standards-based components. AutoCAD Mechanical supports libraries of more than 700,000 standard parts. Machinery Generators & Calculators AutoCAD Mechanical software accelerates the design process and improves accuracy with a comprehensive collection of automated machinery generators and calculators that enable users to instantly create and analyze a wide variety of common components. Data Management & Reporting...";
fDesc[6] = "place has such a suggestive name that we can expect anything to happen; and indeed some mysterious events have taken place, such as the disappearance of Bill Witowsky.";
fDesc[7] = "animals and harvest milk, wool and eggs. Grow all kinds of vegetables, work until the rooster crows and drink some lemonade if you're out of energy. No one said working on a farm was easy!";
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[10] = "login names, user names, alias, etc. and auto-fills all the forms when enter a log-in page, or when paying or shopping over the Web. All the sensible information and data are protected by means of 128-bit AES encryption process and saved on the user PC.";
fDesc[11] = "your finances and stay on top of your expenses. It proves that managing finances is as simple as a mouse click. Visual Money supports multiple accounts that reflect real-world bank accounts, credit cards accounts, cash money and investments. You can put your income and expenses into different categories such as dinning out, clothes or automobile. Categorization makes possible to find out where your money are going. A large list of predefined categories is provided, however you can create custom categories and subcategories. Visual Money offers a variety of visual reports helping you to see your cash flow, expenses by categories and payees for any period of time. Visual Money supports import & export data into QIF (Quicken Interchange Format) files. This feature can be useful if you used other personal finance software before or downloaded your transaction history from your bank. Visual...";
fDesc[12] = "engineers and administrators. But anybody can use this utility and it may be helpful for everyone. I think this utility also work as a security tool as it is used to monitor your computer’s Serial RS-232 communication between two devices.";
fDesc[14] = "of lading creation screen uses default template or any existing bill of lading to create a new BOL document. BOL documents can be saved as as PDF or emailed directly from the application itself. Download free trial today!";
fDesc[15] = ", mortgages, loans. There is no chance that you will have to pay a late payment fee again.";
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 = '...';
}
}