function CalendarClick (InputObj) {
		// Please include calendar.js also
		showCalendar(InputObj); 
		return false;
	}
