function openCal () {
	Cal=window.open ("../utils/utilcal.htm", "Calend",
	'width=350,height=340,resizable=0,status=0,scrollbars=yes');
	}

