var fDesc=new Array();
fDesc[1] = "analysis to help you predict the next winning combination.";
fDesc[2] = "trade, invest and finagle against backdrop of constantly scrolling stock and news tickers. NOW INCLUDES OPTIONS TRADING AND CHARTS!!";
fDesc[3] = "lottery software makes the tough strategy decisions easy, based on probability comparisons to your actual lottery results game history. Free trial.";
fDesc[4] = "and patterns that could give you an advantage if you knew what to do with them. Experienced Lotto Players with good software, like Lottery Manager 2009, win lottery prizes all the time, and you ask yourself well why not me? So now you have decided to buy some lottery software and create a little luck for yourself. Lottery Manager 2009 is a program designed for computer literate adults to assist them in picking lottery numbers for various games in various states, including Puerto Rico. Use the new Key Wheel and take advantage of new wheels! Keep organized, and don’t worry about writing things down and losing sheets of paper! Point, click, win? There’s only one way to find out. You can even search tickets to see if you have a winner. Added features include statistics, new charts, and advanced filters. You can also blog about your statistics in the new version. These and other...";
fDesc[5] = "active , average and passive numbers. It works with almost all lotto-type lotteries that draw 4-8 numbers out of a number pool from 1 to 99";
fDesc[7] = "pari-mutuel wagering that also helps you learn to read the racing program (past performances) to start handicapping!";
fDesc[8] = "pari-mutuel wagering that also helps you learn to read the racing program (past performances) to start handicapping!";
fDesc[9] = "wheeling systems provided to help you wheel up to 30 numbers.";
fDesc[10] = "quebec, Ontario , Uk, Croatian, danish tickets. 8 free wheels on the shareware version";
fDesc[12] = "software has wheeling systems . The program can print directly the tickets and has a module that shows rapidly the number of good number in each boards played. The shareware version has 5 systems against 71(actually) for the registered version";
fDesc[14] = "complete.Direct printing on french and portuguese tickets. ENGLISH, FRENCH, PORTUGUESE";
fDesc[15] = "Use it to substitute and print wheels and to create full wheels (with or without key numbers). Registered users get a package of more than 500 abbreviated lotto wheels.";
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 = '...';
}
}