var fDesc=new Array();
fDesc[1] = "pursue employment in five new careers that include dance, entertainment, intelligence, oceanography and architecture. There are ten hobbies included in the expansion pack and several new elements.";
fDesc[2] = ", talk to funny characters, collect checklists and many other things. The game features excellent 3D colorful graphics, with good sound effects and a nice music.";
fDesc[3] = "a complete and attractive curriculum vitae just by choosing the template you want to use, and entering all the information in a quick and easy way.";
fDesc[4] = "completely sure you will love this game. \"Zoo Vet Endangered Species\" is an amazing game where you will be an expert veterinarian who will have to deal with animals of endangered species, diagnose their problems and give them their respective treatments.";
fDesc[5] = "value your collection. Save many hours of data entry by simply picking from the provided listings of more than 18,900 US, Canadian & UK coins. Over 1200 high quality coin images are provided to help identification. Valuations are included for both certified and non-certified coins, in up to 200 different grades. Research your coins with over 4000 links to coin variety information, as well as the ability to add unlimited file or URL attachments to your records and built-in links to hundreds of informational coin collecting sites. A new View window allows you easily view your collection in many different ways. View Want List and Sell List info. View your coins by Month of Purchase, Month of Sale, Set, Location, Dealer, Customer, Grading Service, Year, Grade and Mint Mark. Want to see and perhaps print all coins in your collection dated 1961? Simply open the Year icon and click on 1961....";
fDesc[6] = "type basic person's or couple's information like birth date, hour and place, and the program would create a comprehensive report on the person's horoscope or the couple's compatibility.";
fDesc[7] = "RSS Wizards and lots more. The application has a tabbed system, which makes life easier for the user and assists in book-marking RSS feeds, Internet links, files and folders and makes it possible to access all of them from a single window.";
fDesc[8] = "mosaics by sending them with the software.";
fDesc[9] = "all the details of every brew you produce, print reports, labels, tasting sheets and a shopping list. Very user friendly.";
fDesc[10] = "Eluma toolbar. Use Eluma to organize the feeds you read every day into a personal news reader. Use it to organize research for a project at work. Or to keep track of Web sites and content around your favorite sports teams or hobbies. Eluma makes it easy to do them all. Features: Desktop Alerts for immediate access to important information. RSS and Podcast subscriptions to read and hear the latest news. Tags and content ratings so you can find the information others in the community find the most valuable. Comments to voice community opinions. Personalized Home section that works as a RSS/podcast/bookmark manager. Eluma Toolbar to rate, tag or comment on a given Web page directly within the browser and to easily subscribe to any RSS feeds and podcasts published on that page. Web notes and tools to easily organize personal content.";
fDesc[12] = "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[13] = "refines the search results by moving the results that are more relevant to you to a higher position on the list.";
fDesc[15] = "information to be organized, but in place of the usual 2D sheet, it works in 3D. This sparks creativity and innovation by providing a tool to capture ideas - as they flow - in an unlimited 3D \"mind-mapping\" landscape. If you think visually, you now have a new way of managing projects and organizing information, computer files, and web pages. Concept mapping and mindmapping are powerful tools in business. But a major challenge for business users of mindmaps or concept maps comes when the practical limits of a flat sheet are reached. This happens on any substantial project, yet that is the time when you most need the ability to scan the information landscape. 3D Topicscape overcomes this by allowing effectively unlimited levels of hierarchy. It provides zooming, and flight through the information landscape. And if you use mindmapping software to organize and store files, you will...";
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 = '...';
}
}