function Calendar(controlId)
{
	OpenWin("/apps/Calendar.aspx?control=" + controlId,
		"cal", 238, 200, 270, 180);
}
