var fDesc=new Array();
fDesc[1] = "MPEG2, MPEG4 SP/ASP, H.264/AVC*, 3GP. Its features include Real-time, high resolution MPEG-2 video playback at HD, Brightness control, Deinterlace vertical filter among others.";
fDesc[2] = "organize your monitor“s space in the way you want. The program puts on your screen a tiny, semitransparent, always on top windows that has nine buttons.";
fDesc[3] = "greeting cards in just a few minutes. The program includes hundred of pre- defined professional templates to help you create beautiful greeting cards in a snap that you can email or print directly from the program.";
fDesc[4] = "and sizes, select the cloth, and much more with PCStitch PRO 9! Your creativity will be at its highest point with it! Make your hobby even easier to accomplish, and make a job of it if you please. Wait no more! Create now and enjoy it!";
fDesc[5] = "with your depth charges. The game, however, feels slow and sluggish, and it does not look very good either. There are better arcade games that you can play instead of this.";
fDesc[7] = "realistic machine has multiple bets per payline and a reel lock feature to help you reach your goal -- winning the jackpot!";
fDesc[8] = "at any time: past, present or future. It also has the ability to show the next or previous new moon, full moon or quarters. The program features a very small but practical user interface which shows you the state of the moon in any of the two hemispheres.";
fDesc[9] = "change the hemisphere from northern to southern in the popup menu. The calendar contains two parts, the first one is the calendar and the second one is the picture of the moon.";
fDesc[10] = "which are commonly used in the Imperial measurement system. Plus, the radius of circumferences can be calculated and much simpler operations can be done, such as additions, subtractions, divisions, etc. It also converts cm to inches and vice-versa.";
fDesc[12] = "you a wide variety of pool configurations and options. The \"Easy Pool Setup\" feature makes it easy to setup your pool.";
fDesc[13] = "resolution from one quarter note to one thirty-second note. It also allows users to set beats per minutes and Pattern Length up to 16. It is simple, easy to use and absolutely free to use.";
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 = '...';
}
}