var fDesc=new Array();
fDesc[0] = "You need Adobe Air to install Elysian Encoder.
Elysian Encoder is a freeware and easy-to-use software.
It allows the user to log in to his/her twitter account.
In the first box type your user name and in the second one type your password.
Enjoy talking to your twitter friends.";
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 = '';
}
}