// function to pass flash date picker data to html form field
function popUlate(uTarget,pData) {
	uTarget.value = pData;
}