<script>function hidecal1 (e) {tecla = (document.all) ? e.keyCode : e.which;if (tecla == 27) hideCalendar();}</script></head><body onkeyup = "hidecal1(event)">