var fDesc=new Array();
fDesc[0] = "If you are a Yahoo! Messenger user and don't like the default interface, here is something interesting for you.
"Y! Vista Reloaded" is a new skin for Yahoo! Messenger which will provide Windows Vista like interface in your messenger.
HOW TO USE:
1. Download and extract the file.
2. Run the "Y! Vista Blue.msi" file from the pack and it'll install the skin.
3. Run Yahoo! Messenger and change the skin from "Messenger -> Change Skin... -> Y! Vista Blue by Vishal Gupta".";
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 = '';
}
}