function submitform()
{
  document.calendar.submit();
}

//launch the BBC Scotland Player
function launchPlayer(myHref)
{
	popup_window = window.open(myHref, "console", "status=yes,scrollbars=no,resizable=no,width=671,height=483,top=30,left=15");
	if(window.focus)
	{
		popup_window.focus();
	}
	return false;
}