var fDesc=new Array(); fDesc[0] = "If you want to add a calendar to your website then you could use the HTML Calendar Generator software. This program enables you to have one page with all twelve months on it and then a page for each month. The software not only creates a calendar, but it also allows you to put in several notes for each day.
You can customize your entries with different features like, font, color and alignment. This is easily done by simply clicking on the option “configure”. The options, such as write and configure, are all clearly described so you will understand exactly what they do. If you are unsure then you can click on the help button.
Once you have your calendar set up just the way you want it to be, then all that is left would be added to your website. To do this, you have to choose the publish command. The program will then send your calendar to an FTP client and from there it will be published online. Generally speaking, the program is very easy to use so you will have no problems generating and publishing a calendar."; 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 = ''; } }