var cnTop="200";//top coordinate of calendar window.
var cnLeft="500";//left coordinate of calendar window
var WindowTitle ="DateTime Picker";//Date Time Picker title.
var WeekChar=1;//number of character for week day. if 2 then Mo,Tu,We. if 3 then Mon,Tue,Wed.
var CellWidth=13;//Width of day cell.
var DateSeparator="-";//Date Separator, you can change it to "/" if you want.
var TimeMode=24;//default TimeMode value. 12 or 24

var ShowLongMonth=true;//Show long month name in Calendar header. example: "January".
var ShowMonthYear=false;//Show Month and Year in Calendar header.
var MonthYearColor="black";//Font Color of Month and Year in Calendar header.
var WeekHeadColor="#738a9c";//Background Color in Week header.
var WeekHeadTextColor="white";
var SundayColor="#9ccfff";//Background color of Sunday.
var SaturdayColor="#9ccfff";//Background color of Saturday.
var WeekDayColor="#e7e7e7";//Background color of weekdays.
var FontColor="black";//color of font in Calendar day cell.
var TodayColor="white";//Background color of today.
var SelDateColor="white";//Backgrond color of selected date in textbox.
var YrSelColor="black";//color of font of Year selector.
var ThemeBg="";//Background image of Calendar window.
//var ThemeBgColor="#639ace";
var ThemeBgColor="white";

var MonthName=["Janeiro", "Fevereiro", "Mar&#231;o", "Abril", "Maio", "Junho","Julho",
    "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"];
var WeekDayName=["Domingo","Segunda","Ter&#231;a","Quarta","Quinta","Sexta","Sabado"];
