﻿// JScript File
function calendarPicker(strField) {
		window.open('../DatePicker.aspx?field=forms[0].' + strField,
			'calendarPopup','width=250,height=180,resizable=yes');
}

