
var gMonths=["January","February","March","April","May","June","July","August","September","October","November","December"];
var gWeekDay=["S","M","T","W","T","F","S"];	

var gBegin=[1980,1,1];	
var gEnd=[2030,12,31];	
var gsOutOfRange="Sorry, you may not go beyond the designated range!";	
var guOutOfRange=null;	

var giFirstDOW=0;

var gcCalBG="white";	
var guCalBG=null;	//  
var gcCalFrame="white";	
var gsInnerTable="border=0 cellpadding=0 cellspacing=0";	
var gsOuterTable="border=0 cellpadding=0 cellspacing=1";	

var gbHideTop=false;
var giDCStyle=1;	
var gsCalTitle="gMonths[gCurMonth[1]-1]+' '+gCurMonth[0]";	
var gbDCSeq=true;	// (
var gsYearInBox="i";	
var gsNavPrev="<A id='navPrev' href='javascript:void(0)' class='MonthNav' onmousedown='showPrevMon();return false;' onmouseup='stopShowMon();if(this.blur)this.blur()' onmouseout='stopShowMon();if(this.blur)this.blur()' onmouseover='return true;'>&laquo;</A>";	// the content of the left month navigator
var gsNavNext="<A id='navNext' href='javascript:void(0)' class='MonthNav' onmousedown='showNextMon();return false;' onmouseup='stopShowMon();if(this.blur)this.blur()' onmouseout='stopShowMon();if(this.blur)this.blur()' onmouseover='return true;'>&raquo;</A>";	// the content of the right month navigator

var gbHideBottom=false;	
var gsBottom="<A href='javascript:void(0)' class='BottomAnchor' onclick='if(this.blur)this.blur();if(!fSetDate(gToday[0],gToday[1],gToday[2]))alert(\"You cannot select today!\");return false;' onmouseover='return true;' >Today is "+gMonths[gToday[1]-1].substring(0,3)+" "+gToday[2]+", "+gToday[0]+"</A>";	// the content of the bottom section.

var giCellWidth=18;	
var giCellHeight=15;
var giHeadHeight=15;
var giWeekWidth=16;	
var giHeadTop=0;	
var giWeekTop=2;	

var gcCellBG="white";	
var gsCellHTML="";	//
var guCellBGImg="";	//
var gsAction="";	//
var gsDays="dayNo";	//

var giWeekCol=-1;	//
var gsWeekHead="#";	//
var gsWeeks="weekNo";	

var gcWorkday="#002C63";	
var gcSat="#002C63";	// 
var gcSatBG=null;	// Satu
var gcSun="#002C63";	// 
var gcSunBG=null;	// Sund

var gcOtherDay="gainsboro";
var gcOtherDayBG=gcCellBG;	
var giShowOther=2;	// cont

var gbFocus=false;	// whet
var gcToggle="yellow";	// 

var gcFGToday="#990000";	// the font color for today 
var gcBGToday="";	
var guTodayBGImg="";	// 
var giMarkToday=1+4+8; // E
var gsTodayTip="Today";	// tooltip for today

var gcFGSelected="white";	
var gcBGSelected="#446fa7";
var guSelectedBGImg="";	// 
var giMarkSelected=1+4+8;
var gsSelectedTip="";	// tooltip for selected dates

var gbBoldAgenda=true;	
var gbInvertBold=false;	
var gbShrink2fit=true;	
var gdSelect=[0,0,0];	
var giFreeDiv=1;	// T
var gAgendaMask=[-1,-1,-1,-1,null,-1,null];

var giResizeDelay=KO3?150:50;	
var gbFlatBorder=false;	// flat 
var gbInvertBorder=false;	// t
var gbShareAgenda=false;	// i
var gsAgShared="gContainer._cxp_agenda";	// shared agenda store name used when gbShareAgenda is true.
var gbCacheAgenda=true;	// false: will prevent the agenda url from being cached; true: cached as normal js file.
var giShowInterval=250;	// interval time in milliseconds that controls the auto-traverse speed.

