
//Define calendar(s): addCalendar ("Unique Calendar Name", "Window title", "Form element's name", Form name")
addCalendar("contact_calendar1", "Select Date", "event_date1", "contact_form");
addCalendar("contact_calendar2", "Select Date", "event_date2", "contact_form");

// default settings for English
// Uncomment desired lines and modify its values
// setFont("verdana", 9);
setWidth(90, 2, 15, 3); //( "Title Width in pixels", "1 or 2 denotes # of lines for title e.g. spearate line for yr & mo", "Day Cell Width in pixels", "1 or 3 denotes 'S' or 'SUN'",)
// setColor("#cccccc", "#cccccc", "#ffffff", "#ffffff", "#333333", "#cccccc", "#333333");
// setFontColor("#333333", "#333333", "#333333", "#ffffff", "#333333");
setFormat("mm/dd/yyyy"); //yyyy mm dd denotes numbers; DAY = SUN or Day = Sun; MON = JAN or Mon = Jan
setSize(200, 225, -200, 16); //("popup window size [width]", "popup window size [height]", "position offset for popup window [L or R]", "position offset for popup window [Up or Dn]")

// setWeekDay(0); //change start of week; 0 =sunday, 1 = monday.
// setMonthNames("January", "February", "March", "April", "May", "June", "July", "August", "September", "October", "November", "December"); //for other languages
// setDayNames("Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday"); //for other languages
// setLinkNames("[Close]", "[Clear]"); //for other languages or words

