var fDesc=new Array();
fDesc[0] = "Y! Messenger Plus is a very useful tool, which can help you to communicate with your friends.
Main features:
- Y! Pilot, Y! Mate, and Y! Bar ;
- Shortcuts to Yahoo!'s services,
- Launch instant searches on Internet,
- Change chatroom server in real-time (France, Canada, USA, UK, etc)... More than thousand chatrooms all around the world !
- Change current skin,
- Take control of Y! Messenger, Y! Tunnel, etc.
- Y! Emotions ; to personalize your chatroom emotion's list,
- Y! Skin and Y! BitSkin ; to install (or uninstall) new themes (skins) from Zip files,
- Y! Setup Plus ; configuration wizard to setup yours options according to your language and/or country (french, english, spanish, italian, USA, UK, Canada, Mexico, etc).";
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 = '';
}
}