var fDesc=new Array();
fDesc[0] = "Highly flexible calendar maker :
Easy to edit:
Add your personal events.
Input repetitive events.
Extended search function
Add your own pictures to month or day
Link your event to webpages, e-mailaddresses or any attachmentfile
Highly customizable:
Public holidays until 2011 from 19 countries included.
Add your own country or region
Multilingual: 7 languages included.
Adapt texts to your own flavour.
Use your own language.
Choose your own colors and text fonts.
Add your own event type.
Week-startday option (sunday or monday).
Calendar use:
Desktopcalendar.
Print wallcalendars (6 layouts).
Publish on the web (3 layouts).
Use your calendar as an event-reminder with PopUp-window.";
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 = '';
}
}