// ********* ********* ********* ********* *********
// Handler functions
//
// PARM		DESCRIPTION
// obj		the date cell DIV object reference
// y		the 4-digit year (i.e. 2002)
// m		the month (0=jan, 1=feb, 2=mar,... 11=dec)
// d		the day
// ********* ********* ********* ********* ********* 

function dcCellOnMouseDown(obj,y,m,d) {
};

function dcCellOnMouseOver(obj,y,m,d) {
};

function dcCellOnMouseOut(obj,y,m,d) {
};

function dcCellOnMouseUp(obj,y,m,d) {
};

function dcCellNumberClick(y,m,d) {
};
