var fDesc=new Array(); fDesc[0] = "This unique program is designed to aid you in your planning of a Disney/Orlando vacation.

Features

- Small Download Only 2.6Mb
- Updated Drop Down Boxes
- 2 Drop Down Boxes for each Morning, Afternoon & Night Activities
- Notes Box for each Morning, Afternoon & Night
- Notes Box for Hotel/Travel Information
- General Comments Box (255 Characters)
- Extra Info
- Attraction Database
- Character Meals Database
- Shopping Database
- Secrets/Hidden Mickey Database for you to fill in
- Print out Only the Days you want
- Improved Install Routine
- Un-Install Routine Included"; 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 = ''; } }