var fDesc=new Array();
fDesc[1] = "are engaged in music, seriously studies it or simply loves music and self-expression. Advantages of MagicScore: The convenient interface for a set of partitas, some variants of data input by means of the virtual keyboard, external MIDI devices and big set of musical symbols. Automatic and manual formatting of partitas. Reproduction and a seal of the partita. Preservation in format MIDI. Reading from format MIDI. Support of editing operations, copying and removal of a set of the allocated elements of the partita. A wide choice of elements of registration. An opportunity of adjustment of force of impact of each note at sound reproduction. The expanded opportunities of navigation.";
fDesc[2] = "digitize it, open it, complete texts, including lines and check boxes as well as default stamps or personalized stamps. Allows you to create a PDF file of several pages generated by combining pages from different image files.";
fDesc[3] = "Explore a secluded region of Ashan populated with fearless orcs, savage goblins, dreadful undead, elusive trolls, massive dragons and many other creatures that defy nature's creation in both size and cunning.";
fDesc[8] = "possible and thread your way through a mysterious valley full of secrets. Unlock 9 secret Seal Chests to gain access to the hidden city Shangri La.";
fDesc[12] = "must use drills and hammers to break horizontals layers, picks and scoop to breaks verticals layers and to dig the breakable tiles to reach Gold, grab the gold and get to the exit.";
fDesc[13] = "No special decryption client needed. Adobe Reader 6 or 7 is enough. Seal PDF Documents secure!";
fDesc[14] = "document, be it a purchase order, an invoice, a report, a proposal, compliance statement or assessment review. It provides unparalleled flexibility for designing your very own friendly visible signatures block that can include hand-signature images, company seals and other data items, making it ideal for signing engineering and architectural drawings. Features include: 1. PDF Creation using built-in PDF printer driver 2. Designing of Flexible signature appearance 3. Multi-page signing 4. Advanced PDF Encryption 5. Form filling 6. Strong verification of digital signature 7. Supports generation of long term signatures which includes revocation information and time stamps 8. Integrated with Windows keystore 9. Supports Smart card/USB tokens including Qualified certificates and Adobe CDS Certificates 10. Generates compatible PDF/A signatures 11. Ability to sign and/or encrypt multiple...";
fDesc[15] = "You go to the wizard's palace, searching for your son.";
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 = '...';
}
}