
// <!--	
	function ShowCalendar(FormName, FieldName)
	{
		window.open("/common/dsp_dateSelect.cfm?FormName=" + FormName + "&FieldName=" + FieldName, "CalendarWindow", "width=200,height=225,screenX=300,screenY=250,top=500,left=500");
	}
//-->
