var fDesc=new Array(); fDesc[0] = "Yahoo! Avatar Grabber is an application which gives you the possibility to grab anyone's Yahoo! Messenger avatar, no matter whether they are online or not. You can also save it to a file, in .BMP format. It is very easy to use, as it consists in downloading the program and filling in the Yahoo ID you have in mind."; 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 = ''; } }