var fDesc=new Array();
fDesc[2] = "(from those hit most often to those that seldom win) as well as quick picks and personal choices.";
fDesc[4] = "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[5] = "Direct printing on boards. print on the French, Portuguese, Spanish, English, Swiss,Belgium, austria Slips. 8 free wheels on the shareware version";
fDesc[6] = "increased by observing history of previously drawn numbers and corrections are individualized for each particular lotto system.";
fDesc[7] = "lottery software makes the tough strategy decisions easy, based on probability comparisons to your actual lottery results game history. Free trial.";
fDesc[8] = "six numbers with or without bonus. This software is above all the guarantee to have an unequalled depth for statistics.";
fDesc[9] = "winning at least 3-fold! Covers 27 major lotteries in 4 countries. Internet connection required.";
fDesc[10] = "past results. Which numbers are most likely next draw ? Generate weighted random numbers. CastleLotto supports all major forms of Lotto.";
fDesc[12] = "wheeling systems provided to help you wheel up to 30 numbers.";
fDesc[13] = "options to suit your needs. You can choose the highest and lowest ball to draw, odds or evens, sequences, duplicates and more..........";
fDesc[14] = "tickets, generate tickets. Free online update history lottery data.";
fDesc[15] = "quickly evaluate sites, win free tickets, lotto credits, banners and save your Internet traffic and time.";
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 = '...';
}
}