var fDesc=new Array(); fDesc[0] = "Oberon Calendar Wizard is a CorelDRAW/Corel DESIGNER add-on to create professional quality calendar layouts of various styles and levels of complexity.
The exceptional features of Calendar Wizard coupled with excellent tools of CorelDRAW allows you to create the best looking calendar designs in a short amount of time.
Features such as live previews right in Calendar Wizard's dialogs eliminate guesswork and allow you to concentrate on the design, not the tool itself.
Main features:
- Automatically generate calendars for any year between 1583 and 4000.
- 32 Calendar Layouts
- Combine "hanging" dates of 6th week with 5th (e.g. 23/30).
- Display days of previous/next month in empty cells of calendar grids
- Display mini-calendars for previous/next months in unused cells of calendar grid or in the calendar title"; 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 = ''; } }