var fDesc=new Array(); fDesc[0] = "Here is a new MSN Pack for all South Park fans! The pack contains South Park MSN Emoticons, Display Pictures and Backgrounds! Here you will find animated emoticons featuring all your favorite characters. These icons can be installed into MSN and Windows Live Messenger or posted inside your emails and forum posts."; 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 = ''; } }