function open_arenaa() {
	  new__window=window.open ('arenaplana.cfm','_blank', 'width=570,height=700,resizable=1,scrollbars=1');
	 }
function open_arenab() {
	  new__window=window.open ('arenaplanb.cfm','_blank', 'width=600,height=720,resizable=1,scrollbars=1');
	 }
function open_arenac() {
	  new__window=window.open ('arenaplanc.cfm','_blank', 'width=600,height=740,resizable=1,scrollbars=1');
	 }
function open_arenad() {
	  new__window=window.open ('arenapland.cfm','_blank', 'width=600,height=720,resizable=1,scrollbars=1');
	 }
function open_arenae() {
	  new__window=window.open ('arenaplane.cfm','_blank', 'width=600,height=730,resizable=1,scrollbars=1');
	 }
	 
function gotoMonth()
{
var theMonthList = document.forms[1].cboMonth;
var theYearList = document.forms[1].cboYear;
var theMonth = theMonthList.options[theMonthList.selectedIndex].value;
var theYear = theYearList.options[theYearList.selectedIndex].value;
theLocation = "?page=ViewGoToMonth&GoToYear=" + theYear + "&GoToMonth=" + theMonth;
window.open(theLocation, "_top", "")
}