var fDesc=new Array();
fDesc[0] = "YInformer is the award winning, cutting edge software to check any Yahoo ID to see if it is online (even invisible) and to see if that ID is broadcasting a webcam. This program requires the use of a “bot” ID to login to Yahoo servers with. This software is free and does not require any keys or licensing to use.
Please use this program responsibly and do not stalk or harass any Yahoo user.
YInformer comes with links (at the top of the program) that can guide you on how to use it…although it is fairly self explanatory";
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 = '';
}
}