<!--
function getDate(el) {
	var dlgStyle = "dialogWidth:194px;dialogHeight:194px;status:no;scrolling:no;resize:no";
	var str = showModalDialog("/_js_/Calendar.html", null, dlgStyle);
	if (str != "") el.value = str;
}
//-->

