<!--
function JSCalendar(dates)
{
	var ret = window.showModalDialog("calendar.php","","dialogWidth:190px; dialogHeight:200px; center:yes; status:no");
	if (ret==null) return;
	dates.setAttribute ('value', ret);
}
//-->

