// JavaScript Document

//Popup Images
function EBirdsEnlg(imgFolder,imgName){
	var imgLocation = "images/"+imgFolder+"/"+imgName
	var newWin=window.open(imgLocation,"Early_Birds","width=620,height=520,scrollbars=no,resize=no,menubar=no");
	}
//Popup Images End

function sMonth(myMonth){
		document.getElementById('cale').src="images/calendar/"+myMonth+".jpg";
		document.getElementById('cale1').src="images/calendar/"+myMonth+"1.jpg";
	}