var fDesc=new Array();
fDesc[1] = "some others are trials that you can buy separately if you wish. The free tools are unit converter, matrix algebra, determinant, refraction of rays, ph value, number system, progressions, permutation combination, and molecular weight.";
fDesc[2] = "and can be very useful for a web programmer. It really impressed me with its user-friendly interface that makes it very easy to use. It is very small in size and supports all common Windows family operating systems like 98/ME/2000/XP/2003.";
fDesc[7] = "choose some matches and build your parlay card, if you hit all games you can have massive profits with low stakes. Example: $10 spent in parlay card with 6 games can return hundreds or more if you hit all games! Unfortunately things aren't as simple as they seem, parlay betting is also known to be the money printer for all bookmakers, and it's because of this that these kind of bets are heavily promoted by them! The more matches you add to your parlay card the more chances you have of things going wrong and your bet being stuck somewhere. This happens because most bettors treat parlay bets as simple lottery tickets, they pick some of their favorite teams, look at their pocket to see how much they've got left, and they place the bet hoping for the best... Of course this will rarely happen... and bookmakers are delighted to have this kind of bettors among their clients! FEATURES: Can be...";
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 = '...';
}
}