var fDesc=new Array(); fDesc[0] = "Zodiac Calendar is a comprehensive calendar which displays the calendar according to the horoscope sign. The tool is so amazing that you can visualize zodiac calendars or monthly wise. Enjoy wonderful calendar sceneries for every month of the year which will sooth your eyes. Otherwise, just enter the date and view the respective zodiac calendar. Even you can view the position of the planet, phase of the moon, zodiac sign and relative description of the respective sign. Zodiac Calendar is an wonderful organizer too. It will allow you to record all you appointment up to date, use it as a reminder, choose range of recurrence and recurrence pattern, keep up with number of calendar notes, and offers many other functionalities. Further, you can write new task, sort the entire tasks based on precedence, write quick notes, use layer feature to classify your calendar data, customize it with program settings, and so on. The utility can also be utilized to import, export and print calendar data easily."; 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 = ''; } }