var fDesc=new Array(); fDesc[0] = "MSN Pictures Displayer is a freeware which enables you to display in a slideshow your own pictures as Messenger avatars, while chatting with your friends.

You can create you own slideshows and show them to all your contacts, even if they haven't installed MSN Pictures Displayer. The slideshows are recordable and can be stored or shared with your friends. You can add a comment to each picture too."; 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 = ''; } }