var fDesc=new Array();
fDesc[1] = "the Manglik Dosh.Just type Name,Birth-date,Birthp lace,Birth-time of the girl and the boy and Kundli will automatically tell the user whether the marriage is valid or invalid";
fDesc[2] = "that, it is available for MacOS systems, and if a note was created in a mobile device or using Windows it can be read as long as this application is presented.";
fDesc[3] = "they are. Under this premise is presented this peculiar World of Goo, an original game of wits controlled by the mouse. As I said these droplets are the essence of the game.";
fDesc[4] = "bad alien. The game has 20 levels in 4 different worlds: Forest, Ancient Egypt, Medieval Castles and Space Ship, so you will have hours and hours of fun for the whole family. It features beautiful graphics, with colorful and well-drawn sceneries and a fantastic game play.";
fDesc[6] = "of great help for any woman who either desires to get pregnant or wants to avoid an unwanted one. A wonderful feature is that with Ovulation Calendar you can predict the baby's zodiac sign, gender, and estimate the baby's due date.";
fDesc[7] = "the people of Crustville. The game offers 62 levels of skateboarding and fun, and a number of bonus rounds. This arcade features colorful detailed graphics, animated backgrounds, great sound effects, and good but repetitive music.";
fDesc[8] = "the sky, while doing this, they see a bullying guy who has held the ball of two little kids, at the park. Therefore, the Bratz babyz give the bad boy what he deserves.";
fDesc[9] = "opened for new episodes (9 up to now) by the American McGee Company based in Shanghai. We can download it for free from the Gametap platform. It is an action game for the PC after the famous Brothers Grimm's Tale.";
fDesc[10] = "quickly and conveniently.";
fDesc[11] = "program makes a recalculation of the parent’s date of birth which gives as a result the periods where they are more likely to conceive a boy or a girl.";
fDesc[12] = "password' button on the program's main window. The program generates different types of passwords, using just letters or a combination of numbers and letters.";
fDesc[14] = "where you have to collect points and avoid many different dangers. Each level brings more excitement.";
fDesc[15] = "sound effects will carry you into the past; original personages, unusual cards and bright colors will embellish the picture.";
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 = '...';
}
}