var fDesc=new Array();
fDesc[0] = "Extremely Awesome Lotto (E.A.L) is an international Lotto database application evolved from the Multi-Award winning software title SL4.
E.A.L will attempt to connect to the Internet and if it is successful then you will have full access, if there is a problem then some E.A.L Addons/Plugins will be disabled.
And since Digital River terminated registration services, I had to introduce an E.A.L news page to update you about further developments regarding E.A.L.";
function tShowHide(id, show)
{
var s = document.getElementById("desc");
if ((s.innerHTML.length<=212 || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
if (document.getElementById('m1'))
document.getElementById('m1').style.display='none';
if (document.getElementById('m2'))
document.getElementById('m2').style.display='none';
if (document.getElementById('more_txt'))
document.getElementById('more_txt').style.display='inline';
}
else
{
s.innerHTML = '';
}
}