// ---- FlatCalendar Specific Options ----
var gbCMFocus=true;	// true: auto jump to current month when Today-Part is clicked. ; false: no jump.
// ---- PopCalendar Specific Options ----
var gsSplit="-";	// Separator of date string, AT LEAST one char.
var giDatePos=0;	// Date format  0: D-M-Y ; 1: M-D-Y; 2: Y-M-D
var gbDigital=false;	// Month format   true: 01-05-2001 ; false: 1-May-2001
var gbShortYear=false;   // Year format   true: 2-digits; false: 4-digits
// ---- Common Options ----
var gsPopConfig="top=200,left=200,width=400,height=200,scrollbars=1,resizable=1";	// the look of popup event
var gMonths=new Array("Ñ³÷íÿ","Ëþòîãî","Áåðåçíÿ","Êâ³òíÿ","Òðàâíÿ","×åðâíÿ","Ëèïíÿ","Ñåðïíÿ","Âåðåñíÿ","Æîâòíÿ","Ëèñòîïàäà","Ãðóäíÿ");
var gWeekDay=new Array("Íä","Ïí","Âò","Ñð","×ò","Ïò","Ñá");
var gBegin=[2007,1,1];	// Valid Range begin from [Year,Month,Date]
var gEnd=[2020,12,31];	// Valid Range end at [Year,Month,Date]
var gsOutOfRange="Sorry, you cannot go beyond the designate range!";	// Range Error Message
var gbEuroCal=true;	// Show European Calendar Layout - Sunday goes after Saturday
var giDCStyle=0;	// the style of Date Controls.	0:3D; 1:flat; 2:text-only;
var gsCalTitle="gMonths[gCurMonth[1]-1]+' '+gCurMonth[0]";	// dynamic statement to be eval-ed as the title when giDCStyle>0.
var gbDCSeq=true;	// when giDCStyle is 3D, true: show month box before year box; false: vice-versa;
var gsYearInBox="i";	// dynamic statement to be eval-ed as the text shown in the year box. i.e. "'A.D.'+i" will show A.D.2001
var gsNavPrev="&laquo;";	// The text of left navigator button
var gsNavNext="&raquo;";	// The text of right navigator button
var gbHideToday=false;	// Remove the Today Part from the bottom
var gsToday="Ñüîãîäí³ : "+gToday[2]+" "+gMonths[gToday[1]-1]+" "+gToday[0];	// The expression of Today-Part.
var giCellWidth=25;	// Calendar cell width;
var giCellHeight=18;	// Calendar cell height;
var gpicBG=null;	// url of background image
var gsBGRepeat="repeat";// repeat mode of background image, NN4 always does repeat. [no-repeat,repeat,repeat-x,repeat-y]
var gsCalTable="border=0 cellpadding=2 cellspacing=1";	// properties of the calendar inside <table> tag
var gsPopTable="border=0 cellpadding=3 cellspacing=0";	// properties of the outmost container <table> tag
var gcBG="#eeecec";	// Background color of the cells. Use "" for transparent!!!
var gcCalBG="#eeecec";	// Background color of the calendar
var gcFrame="#a7a7a7";	// Frame color
var gcTodayBG="white";	// The background highlight color of the cell showing today
var gcSat="black";	// Saturday color
var gcSun="red";	// Sunday color
var gcWorkday="black";	// Workday color
var gcOtherDay="silver";	// The day color of other months
var gcToggle="f9b554";	// highlight color of the focused cell

