var fDesc=new Array(); fDesc[0] = "The Countdown Clock You Have Been Waiting For!
Walt Disney World Countdown Clock Configuration Screen This fully customizable clock allows you to set the time until your vacation, and counts down right down to the millisecond. The clock is fully customizable including the alarm music played once you have countdown to your magical day (registered users only)."; 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 = ''; } }