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