//<SCRIPT LANGUAGE=javascript>

var w;
function opencal(iday,imonth,iyear) { 
	year = iyear;
	month = imonth;
	w = window.open("/public/CommonApps/CalendarPopup/calendarpop.asp","cal","width=175,height=175,top=center");
	w.focus();
return false;
}
//</SCRIPT>
