var fDesc=new Array(); fDesc[0] = "Now you can add a cool Flash calendar to your Website and highlight your events, meetings, or holidays. Add descriptions of your special days and times, and they will appear when someone clicks a date. No HTML experience is required -- simply use our wizard to create your Website calendar. Customize the colors to fit your layout and each type of day on your calendar, too. You can also use images for dates and have multiple events happening on each day. With Web Calendar, you can repeat events weekly, monthly, or yearly. It's never been easier to have your own calendar on your Website!"; 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 = ''; } }