function calendarPicker(strField, strEndDay) {
	var w = window.open('DatePicker.aspx?field=' + strField + '&dateEnd=' + strEndDay, 'calendarPopup', 'width=250,height=190,resizable=no,toolbar=no,status=no');
	w.focus();
}

function dataPop(typeid) {
	document.open('datapopup.aspx?typeid=' + typeid, 'TabularData', 'status=yes,width=600,height=330,scrollbars=auto,menubar=no');
}