Open API Spec for FlatCalendarXP 4.11
=================================

Note: if you want to call the following APIs outside the calendar context, you should add "gfPop." as prefix!
=================================
function popup(url, framename)
Usage: popup a window(if you omit the framename) or show a page in the specific frame with "framename";
param:
	url - the URL of the page
	framename - the name of the frame

=================================
function fGetAgenda(d)
Usage: return the agenda array of the given day.
param: d - day in [year,month,date] format

=================================
function fSetCal(y,m)
Usage: redraw the calendar.
param: year, month


Variable		Type		Comment
------------------------------------------
gd			Date		Today's date
gToday			array		Today's date in [year,month,date]
gCurMonth		array		Current Month shown on calendar in [year,month]


Author: Liming Weng
email: popcal@yahoo.com
2001.8.28

