var fDesc=new Array();
fDesc[0] = "Christmas SpongeBob wallpaper from Christmas Who? episode.SpongeBob SquarePants is an Emmy-nominated American animated television comedy series and media franchise.
It's up to SpongeBob to bring Santa to his undersea Christmas celebration!
This wallpaper is available in 1024x768 and 800x600.";
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 = '';
}
}