var fDesc=new Array();
fDesc[1] = "Japanese font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[2] = "not embed the appropriate font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[3] = "font in to the document. It is also necessary when the author does embed the font, but the reader of the document wishes to interact in some way with its content – e.g. collaborating, commenting or filling out forms.";
fDesc[4] = "their own family photos and text. The program comes packed with professionally designed templates and matching graphics.";
fDesc[5] = "same time there are certain things like personal bank transactions, etc., which must be kept private and to attain such important functional features PC Pitspot Erase is a good program.";
fDesc[6] = "this love story in which you will take a part as Cupid's assistant. Your job is to create a happy ending for their love story. You play some games for whishes and then use those wishes to create the love gardens.";
fDesc[7] = "island, in the middle of a lake. Maybe you have walked for a long time looking for the tree and, when you finally find it, you just stay standing there watching in awe. You can feel the magic and the mystery all around you.";
fDesc[8] = "the user. The features include the adding the frequently used folders to be placed in the system tray, near the computer clock, so that they can be accessed with a single click of the mouse.";
fDesc[9] = "other audio and video files. Altdo Convert Mp3 Master can prove to boon to all such users who have to limit their wishes previously. Altdo Convert Mp3 Master is a wonderful tool to convert almost every kind of audio and video files to an MP3 file.";
fDesc[10] = "game is very simple, Alice helped the fairies to unlock the fruit and they gave her an island as a gift. Now she will need your help in order to decorate her island as she wishes.";
fDesc[11] = "with an island in the middle. And on the island, as a vigilant statue vibrant with life, stands the old oak tree. People say that only on this night, the tree will grant wishes to everyone that walks beneath its branches.";
fDesc[12] = "true with this new screensaver namely Christmas Night 3D Screensaver. The effects are so real that it seems as if real live web cameras connected to the screensaver.";
fDesc[13] = "wizard that can customize your messages and send them to your customers and friends within seconds.";
fDesc[14] = "to the Christmas. It's important to believe: Christmas wishes always come true.";
fDesc[15] = "price of one. You will be able to see both sisters posing and dressing in very provocative pictures. Enjoy these beautiful women doing their thing: just being sexy and pretty.";
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 = '...';
}
}