var fDesc=new Array();
fDesc[1] = "source community, because in the past it was a very important drawback when trying to persuade IE users to switch to Firefox. Now any user can use Firefox as your default browser without losing any feature.";
fDesc[2] = "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[3] = "It includes templates and tutorials to help you do your homework in Microsoft Office. Includes Microsoft Math for doing mathematical calculations including solving equations and plotting graphs, calculus, etc. Dictionary and Thesaurus helps learn foreign languages too.";
fDesc[4] = "stars, galaxies, nebulae and planets. Its really cool to zoom through the sky, if you are interested in astronomy. This will be a great application for schools, especially when you consider that it is a freeware.";
fDesc[5] = ", voiceless 22nd-century space marine called by the Union Aerospace Corporation to its Mars research facility to face a set of with mysterious problems. The game supports only up to four players on a handful of maps and in a small number of different deathmatch-style modes.";
fDesc[6] = "personal details of every member of the family, as his birth date, gender, date of death, email, as well as phisical details, relevant notes and every detail you should need, including photos.";
fDesc[7] = "Research, which has produced very good multimedia applications for automatic processing of pictures, like Photosynth. We see a window, where we can insert pictures by browsing a folder, and all you have to do is click the \"Create\" button.";
fDesc[8] = "Movienizer database and download all the information about that movie in a single click. You can get every small detail of the movie easily including names of movie director, actors, co-actors, release year and much more.";
fDesc[9] = "diagrams. Inspiration 8.0 is devoted to allow 6 to 12 degree students to plan, organize, research, evaluate, comprehend and communicate knowledge.";
fDesc[10] = "thinks! Mysteryville 2 Deluxe again offers plenty of research for her and for you. Her friend Bill has gone missing, and how are the art auction and the new inhabitants involved?";
fDesc[11] = "list of titles which represent different missions for Nancy Drew to solve. This time Nancy Drew will be going to Hawaii to serve as a research assistant to Dr. Quigley Kim.";
fDesc[12] = "However, the game fails to provide any factual information and it actually makes whale-killing an entertainment.";
fDesc[13] = "and supply of any niche market within minutes.";
fDesc[14] = "counts directly from Google. Checks competition in Google, Yahoo, and MSN. One-click brainstorming and LSI keywords.";
fDesc[15] = "in a better way. This browser gives you one click access to many search engines such as Google, Live Search, Yahoo, Digg, Ask, Magnolia, Wink, Simpy, Snap, etc. It also provides you world search on local search engines of countries";
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 = '...';
}
}