var fDesc=new Array();
fDesc[1] = "But I don't know...for a strange reason I liked it, maybe because there is a portable version available and it's easy to use, or maybe I liked the graphic design. Anyway, you can download it and draw your own conclusions!";
fDesc[2] = "includes common features in the programs of control of most parents, as the search for restrictions, blocking Web content filtering and Web monitoring reports of the activity.";
fDesc[3] = "Mechanical Clock 3D Screensaver you will put a huge mechanical clock right on your screen! This 18th century Swiss clock shows all the internal mechanisms of a real clock, working perfectly and giving you the time continuously.";
fDesc[4] = "parameters in order to create models that fit your needs. If you have a photo, you can import it to the program, and a few minutes later you will get your rendered 3D version.";
fDesc[5] = "mind to enable them to create 2D drawings by providing them with all the tools they need and to provide them with a 3D authoring and modeling features and tools.";
fDesc[6] = ", because any calibration application requires you to provide a certain degree of feedback. Once installed, the application will ask you to follow a simple, three-step procedure that will set the monitor to a reliable color profile, so that the colors match certain standards.";
fDesc[7] = "create shapes, insert pictures, and use templates for albums, business cards, CD labels, flyers, greeting cards, invitations, etc.";
fDesc[8] = "designed in between CAD and Desktop Publishing style so you can use the ease of DTP with the power of cad core. You can import/export your drawings.";
fDesc[9] = "for English learner as well as professionals to ensure that the written communication is done with utmost care and professionalism. There are number of highly useful features available like Grammar checker, Spelling Checker, Word count per sentence,";
fDesc[10] = "against the W3C and US Section 508 guidelines; spell checking against one of five languages; and checking for broken links";
fDesc[11] = "website. It has a extremely friendly user's interface. It has been designed to send digital images from our computer to any Cell Phone supporting this service, almost anywhere in the world. The program gives clear systematic guidelines of how to do it.";
fDesc[12] = "and exercise level. Based on that information, Food Guide will provide the basic guidelines to help you balance your diet according to your body's needs. This little application provides versions compatible with desktop PCs and mobile devices.";
fDesc[13] = "for BEFORE you ever have to fill out a loan application.";
fDesc[14] = "presentation software! Download a demo of our analysis and plotting software!";
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 = '...';
}
}