var fDesc=new Array(); fDesc[0] = "Make your kids feel the Christmas spirit, by sending an e-mail to Santa and receiving a reply from him. You can also create your own message templates with your background images and the text you want the email you'll send and the reply you'll get to have"; 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 = ''; } }