var fDesc=new Array();
fDesc[0] = "The Cloud Player Music is a tottaly free music service.
You can download Music Library on any computer, Android, Blackberry, iPhone, or iPad.You have unlimited storage space.
Also you can add 500 song/min. to the Cloud with Patent Pending Technology.
As long as the Cloud Player Music Uploader is running, your songs will upload. This usually happens very quickly but can sometimes take a while. You can monitor the progress of your pending uploads by hovering your mouse over the Cloud Player icon in your system tray.";
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 = '';
}
}