var fDesc=new Array();
fDesc[1] = "see on the web page. HP Smart Web Printing allows users to: Select text and graphics easily from any web site and save a handy list of clips, save paper by combining portions of numerous web pages and preview and modify clips before printing";
fDesc[2] = "management of home accounting. It allows working offline and online, in the latter mode the program updates balances and movements from your bank accounts. It runs only on Windows Vista and Windows XP Service Pack 2.";
fDesc[3] = "furnish a flat and calculate the it's cost with the latest IKEA prices. You can share the plan of your dream bedroom by saving the project to the disk and send it by email to your friend.";
fDesc[4] = "costings. As in previous versions, you can print your travel plans, share them online or though e-mail. You may follow them in your vehicle to make your trips easier and more comfortable.";
fDesc[5] = "landmark in the map. There is a world map, where you can zoom in. All the road and rail routes of the United States is marked in it. There is a Euro version of AutoRoute too where you will get the whole of Europe. Anyway it is not available for Asia, Africa or other Ameriacan Places.";
fDesc[6] = "Canada without having to connect to the Internet. Take the software along with your laptop while you drive. The spoken instructions and street names help you find your destination with easy, and with the automatic redirection is very easy to return if accidentally passed a turn.";
fDesc[7] = "able to plan the lighting you will use in a room, scene or building. The program will be able to calculate and visualize the daylight, as well as letting you plan your lighting scenes, plan the color and intensity of the lights you will use or position on the project the emergency lighting.";
fDesc[8] = "RuneScape players because it gathers and brings together all RuneScape related resources. This is incredibly convenient for RuneScape players since they’ll see significantly simplified their gaming activities.";
fDesc[9] = "ARTBorders can download new frames and borders from our web site. There are over 200 new frames and borders available on the web site!";
fDesc[10] = "street maps, travel information, and points of interest from USA and Canada and now it includes Mexican highways. We can plan our trips with the planning tools. The GPS features include voice commands, color maps, etc.";
fDesc[11] = "and mapping techniques for the organization of ideas and information and the way they should be implemented. The program features a beautiful and organized user interface that allows you to fully edit your diagrams as you wish.";
fDesc[12] = "This tool features standard, fixed-size maps with online traffic which can be used to calculate fuel. The fuel can be either calculated or the plane can be filled to the maximum quantity. The accuracy has never let the plane run out of fuel when airborne.";
fDesc[13] = "and help you to explore new areas with ease. So, you can maximally use your trip all over the Europe. As compared with the most online cartography sites Autoroute has more personal function for trip planning.";
fDesc[14] = "making the decisions, and doesn’t require a lot of collaboration of multiple managers, team members or a CEO. The software is very good for doing basic project planning and organization.";
fDesc[15] = "more study of legal rules in your state. It is called \"Perfect Wills, Living Wills, Trusts and Estate Planning\". Perfect Wills, Living Wills, Trusts and Estate Planning is a smart tool available with more than 200 Custom Legal Documents.";
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 = '...';
}
}