var fDesc=new Array();
fDesc[1] = "you pass the level, otherwise you lose. What is hard about this game is that you don’t have a direct shot to each orange pegs and it’s kind of hard to calculate all the bouncing the ball will do when you shot an indirect ball.";
fDesc[2] = ", performance degradations and possible hard disk failures.";
fDesc[3] = "when your discs are about to fail. Although this is a great feature that all discs should have, the application only supports discs that are S.M.A.R.T capable.";
fDesc[4] = "Horoscope Explorer is a complete Vedic Astrology software offering horoscope,matchmaking and Varshaphala(prediction s by years).User has 4 Ananamsh choices: Lahiri, B V Raman, K P, Sayan. Horoscope Explorer offers you Birth Chart Analysis, Detailed results of planetary Yogas, Planetary Aspects(Drishti), Natal Houses(Bhava Fala) and placements of planets.";
fDesc[5] = "application displays a lot of information about your hard drive that you can use to determine its overall state. S.M.A.R.T. is a communication means between your hard drive and your computer's BIOS.";
fDesc[6] = "nearest location to the sea. You can generate several types of graphs, like realtime, overview, and clock. Moreover, you can get text output, like a calendar, predictions or daily reports.";
fDesc[7] = "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[8] = "US database as well as database from worldwide locations. The graphs and comparisons can be used to make tests and for sampling as well. The utility uses a Java MDI application, which helps in generating graph for multiple locations";
fDesc[9] = "forecasts for football, baseball, ice hockey, soccer, basketball, futsal, handball, volleyball, rugby and more.";
fDesc[10] = "results of included lotteries based on mathematical calculations. It has a very simple interface and maintains the list of drawings with dependence on online updates and downloads for processing. It comes with a list of 100 lotteries and allows additions to the list.";
fDesc[11] = "sources: CSV, Metastock database and free online stock quotes. Maximize your profit by predicting the best BUY/SELL moments.";
fDesc[12] = "Astrology is the study of the position of the sun, moon, planets and the stars at you birth time. Astrology deals with the affect of these positions on your life.";
fDesc[13] = "mathematical calculation, which has been very successfully used by a few top traders.";
fDesc[14] = "large database of US and worldwide locations. It graphs its predictions and even animates them. In comparison tests, Tides' predictions are in good ...";
fDesc[15] = "leagues, download regularly updated league files from the internet and get very accurate predictions on upcoming matches.";
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 = '...';
}
}