function birthday_month(mon_num)
	{
	var month = new Array();
		month[1] = "January <br>";
		month[2] = "February <br>";
		month[3] = "March <br>";
		month[4] = "April <br>";
		month[5] = "May <br>";
		month[6] = "June <br>";
		month[7] = "July <br>";
		month[8] = "August <br>";
		month[9] = "September <br>";
		month[10] = "October <br>";
		month[11] = "November <br>";
		month[12] = "December <br>";
		month[13] = "0 <br>";
	return month[mon_num];
	}

function birthday_person(name_num)
	{
	var person = new Array();
		person[1] = "Pat - 23 ";
		person[2] = "Tom - 26 ";
		person[3] = "Katie - 12 ";
		person[4] = "Joe (Sr.) - 2 ";
		person[5] = "Ellen - 21 ";
		person[6] = "Mary - 20 ";
		person[7] = "Ann - 20 ";
		person[8] = "John Bauer - 26 ";
		person[9] = "Therese - 2 ";
		person[10] = "Goody - 26 ";
		person[11] = "Lori - 11 ";
		person[12] = "Mark - 31 ";
		person[13] = "Joeseph - 31 ";
		person[14] = "Christopher - 13 ";
		person[15] = "Hillary - 13 ";
		person[16] = "Carolyn - 20 ";
		person[17] = "Sarah - 17 ";
		person[18] = "Carl - 26 ";
		person[19] = "Cousin Al -  ";
		person[20] = "Roy - 14 ";
		person[21] = "No Bauer Birthdays to report.  ";
		person[22] = "Julie - 24 ";
		person[23] = "Rene - 11 ";
		person[24] = "Alex - 16 ";
		person[25] = "Emma - 13 ";
	
	return person[name_num]
	}
	
 var Pat = birthday_person(1) + birthday_month(6);
 var Tom = birthday_person(2) + birthday_month(4);
 var Katie = birthday_person(3) + birthday_month(11);
 var Joe = birthday_person(4) + birthday_month(2);
 var Ellen = birthday_person(5) + birthday_month(5);
 var Mary = birthday_person(6) + birthday_month(4);
 var Ann = birthday_person(7) + birthday_month(7);
 var John = birthday_person(8) + birthday_month(2);
 var Therese = birthday_person(9) + birthday_month(11);
 var Goody = birthday_person(10) + birthday_month(8);
 var Lori = birthday_person(11) + birthday_month(10);
 var Mark = birthday_person(12) + birthday_month(1);
 var Joseph = birthday_person(13) + birthday_month(7);
 var Christopher = birthday_person(14) + birthday_month(1);
 var Hillary = birthday_person(15) + birthday_month(11);
 var Carolyn = birthday_person(16) + birthday_month(12);
 var Sarah = birthday_person(17) + birthday_month(2);
 var Carl = birthday_person(18) + birthday_month(6);
 var CousinAl = birthday_person(19) + birthday_month(8);
 var Roy = birthday_person(20) + birthday_month(4);
 var None = birthday_person(21) + birthday_month(13);
 var Julie = birthday_person(22) + birthday_month(10);
 var Rene = birthday_person(23) + birthday_month(9);
 var Alex = birthday_person(24) + birthday_month(12);
 var Emma = birthday_person(25) + birthday_month(12);
 var none = 'Please choose a month first.';
 function display_birthdays()
 	{
	IndexNumber = document.birthdays.selections.selectedIndex;
	var display = new Array();
		display[0] = none
		display[1] = Christopher+Mark;
		display[2] = Joe+Sarah+John;
		display[3] = CousinAl;
		display[4] = Roy+Mary+Tom;
		display[5] = Ellen;
		display[6] = Pat+Carl;
		display[7] = Ann+Joseph;
		display[8] = Goody+CousinAl;
		display[9] = Rene;
		display[10] = Lori+Julie;
		display[11] = Therese+Hillary+Katie;
		display[12] = Carolyn+Alex+Emma;
		display[13] = Christopher+Mark+Joe+Sarah+John+CousinAl+Roy+Mary+Tom+Ellen+Pat+Carl
		+Ann+Joseph+Goody+Rene+Lori+Julie+Therese+Hillary+Katie+Carolyn+Alex+Emma;
	return (display[IndexNumber]);
	}
	
	function MonthTxt (MonthNumber)
		{
		var Month=new Array();
		Month[1]="January";
		Month[2]="February";
		Month[3]="March";
		Month[4]="April";
		Month[5]="May";
		Month[6]="June";
		Month[7]="July";
		Month[8]="August";
		Month[9]="September";
		Month[10]="October";
		Month[11]="November";
		Month[12]="December";
		return Month[MonthNumber];
		}
	
	function display()
 	{
	DispWin = window.open('','NewWin','toolbar=no,status=no,width=200,height=450')
	message = display_birthdays();
	DispWin.document.write(message);
	}
//**********************************************************************************************
<!-- this fx used to spit out monthly birthdays -->

 var None = birthday_person(21) + birthday_month(13);
	idMonth = new Date;
	function thisMonthsBirthdays() {
		if (idMonth.getMonth()==0)	// starts year with zero value printing out january
			document.write("&nbsp;&nbsp;JANUARY BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Mark - Jan 31,<br>&nbsp;&nbsp;&nbsp;&nbsp;Christopher - Jan 13th<p>");
		else if (idMonth.getMonth()==1)
			document.write("&nbsp;&nbsp;FEBRUARY BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Sarah - Feb 17th<br>&nbsp;&nbsp;&nbsp;&nbsp;Joe (Sr.) - Feb 2nd<br>&nbsp;&nbsp;&nbsp;&nbsp;John B. - Feb 26th<p>");
		else if (idMonth.getMonth()==2)
			document.write("&nbsp;&nbsp;MARCH BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;No Birthdays This Month<p>");
		else if (idMonth.getMonth()==3)
			document.write("&nbsp;&nbsp;APRIL BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Roy - Apr 14th<br>&nbsp;&nbsp;&nbsp;&nbsp;Tom - Apr 26th<br>&nbsp;&nbsp;&nbsp;&nbsp;Mary - Apr20th<p>");
		else if (idMonth.getMonth()==4)
			document.write("&nbsp;&nbsp;MAY BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Ellen - May 21st<p>");
		else if (idMonth.getMonth()==5)
			document.write("&nbsp;&nbsp;JUNE BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Pat - Jun 23ard<br>&nbsp;&nbsp;&nbsp;&nbsp;Carl - Jun 26th<p>");
		else if (idMonth.getMonth()==6)
			document.write("&nbsp;&nbsp;JULY BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Annie - Jul 20th<br>&nbsp;&nbsp;&nbsp;&nbsp;Joseph - Jul 31st<p>");
		else if (idMonth.getMonth()==7)
			document.write("&nbsp;&nbsp;AUGUST BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Goody - Aug 26th,<br>&nbsp;&nbsp;&nbsp;&nbsp;Cousin Al - Aug<p>");
		else if (idMonth.getMonth()==8)
			document.write("&nbsp;&nbsp;SEPTEMBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Rene - Sept 11th<p>");
		else if (idMonth.getMonth()==9)
			document.write("&nbsp;&nbsp;OCTOBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Lori - Oct 11th<br>&nbsp;&nbsp;&nbsp;&nbsp;Julie - Oct 24th<p>");
		else if (idMonth.getMonth()==10)
			document.write("&nbsp;&nbsp;NOVEMBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Therese - Nov 2nd<br>&nbsp;&nbsp;&nbsp;&nbsp;Hilary - Nov 13th<br>&nbsp;&nbsp;&nbsp;&nbsp;Katie - Nov 12th<p>");
		else if (idMonth.getMonth()==11)
			document.write("&nbsp;&nbsp;DECEMBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Carolyn - Dec 20th<br>&nbsp;&nbsp;&nbsp;&nbsp;Alex - Dec 16th<br>&nbsp;&nbsp;&nbsp;&nbsp;Emma - Dec 13th<p>");
	}
	
	<!-- this fx used to spit out NEXT months birthdays -->

	function nextMonthsBirthdays() {
		if (idMonth.getMonth()==11)	// starts year with zero value printing out january
			document.write("&nbsp;&nbsp;JANUARY BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Christopher - Jan 13th<br>&nbsp;&nbsp;&nbsp;&nbsp;Mark - Jan 31st");
		else if (idMonth.getMonth()==0)
			document.write("&nbsp;&nbsp;FEBRUARY BIRTHDAYS:<BR>Sarah - Feb 17th<br>&nbsp;&nbsp;&nbsp;&nbsp;Joe (Sr.) - Feb 2nd<br>&nbsp;&nbsp;&nbsp;&nbsp;John B. - Feb 26th");
		else if (idMonth.getMonth()==1)
			document.write("&nbsp;&nbsp;MARCH BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;No Birthdays This Month");
		else if (idMonth.getMonth()==2)
			document.write("&nbsp;&nbsp;APRIL BIRTHDAYS:<BR>Roy - Apr 14th<br>&nbsp;&nbsp;&nbsp;&nbsp;Tom - 26th<br>&nbsp;&nbsp;&nbsp;&nbsp;Mary - Apr 20th");
		else if (idMonth.getMonth()==3)
			document.write("&nbsp;&nbsp;MAY BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Ellen - May 21st");
		else if (idMonth.getMonth()==4)
			document.write("&nbsp;&nbsp;JUNE BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Pat - Jun 23rd<br>&nbsp;&nbsp;&nbsp;&nbsp;Carl - June 26th");
		else if (idMonth.getMonth()==5)
			document.write("&nbsp;&nbsp;JULY BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Annie - Jul 20th<br>&nbsp;&nbsp;&nbsp;&nbsp;Joseph - Jul 31st");
		else if (idMonth.getMonth()==6)
			document.write("&nbsp;&nbsp;AUGUST BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Goody - Aug 26th,<br>&nbsp;&nbsp;&nbsp;&nbsp;Cousin Al - Aug");
		else if (idMonth.getMonth()==7)
			document.write("&nbsp;&nbsp;SEPTEMBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Rene - Sept 11th");
		else if (idMonth.getMonth()==8)
			document.write("&nbsp;&nbsp;OCTOBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Lori - Oct 11th<br>&nbsp;&nbsp;&nbsp;&nbsp;Julie - Oct 24th");
		else if (idMonth.getMonth()==9)
			document.write("&nbsp;&nbsp;NOVEMBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Therese - Nov 2nd<br>&nbsp;&nbsp;&nbsp;&nbsp;Hilary - Nov 6th<br>&nbsp;&nbsp;&nbsp;&nbsp;Katie - Nov 12th");
		else if (idMonth.getMonth()==10)
			document.write("&nbsp;&nbsp;DECEMBER BIRTHDAYS:<BR>&nbsp;&nbsp;&nbsp;&nbsp;Carolyn - Dec 20th<br>&nbsp;&nbsp;&nbsp;&nbsp;Alex - Dec 16th<br>&nbsp;&nbsp;&nbsp;&nbsp;Emma - Dec 13th");
	}
