<!-- Original:  Rhonda Dyane -->
var xcount = 0;

var ButtonUp = new Array();
for ( xcount=0 ; xcount < 16 ; xcount++ ) {
	ButtonUp[xcount] = new Image();
	}
ButtonUp[0].src = "My_Buttons/AIElectrology_up.gif";
ButtonUp[1].src = "My_Buttons/AnneLawrence_up.gif";
ButtonUp[2].src = "My_Buttons/BirthsDeathsMarriages_up.gif";
ButtonUp[3].src = "My_Buttons/GenderCentre_up.gif";
ButtonUp[4].src = "My_Buttons/GoodTrannyGuide_up.gif";
ButtonUp[5].src = "My_Buttons/NSWLegislation_up.gif";
ButtonUp[6].src = "My_Buttons/OpenDirectory_up.gif";
ButtonUp[7].src = "My_Buttons/PioneerClubhouse_up.gif";
ButtonUp[8].src = "My_Buttons/Remember_up.gif";
ButtonUp[9].src = "My_Buttons/SupportGroups_up.gif";
ButtonUp[10].src = "My_Buttons/TransgenderOrgAu_up.gif";
ButtonUp[11].src = "My_Buttons/WilliamJPouw_up.gif";
ButtonUp[12].src = "My_Buttons/JShohemlian_up.gif";
ButtonUp[13].src = "My_Buttons/KOswald_up.gif";
ButtonUp[14].src = "My_Buttons/QldLegislation_up.gif";
ButtonUp[15].src = "My_Buttons/Qahc_up.gif";

var ButtonOver = new Array();
for ( xcount=0 ; xcount < 16 ; xcount++ ) {
	ButtonOver[xcount] = new Image();
	}
ButtonOver[0].src = "My_Buttons/AIElectrology_over.gif";
ButtonOver[1].src = "My_Buttons/AnneLawrence_over.gif";
ButtonOver[2].src = "My_Buttons/BirthsDeathsMarriages_over.gif";
ButtonOver[3].src = "My_Buttons/GenderCentre_over.gif";
ButtonOver[4].src = "My_Buttons/GoodTrannyGuide_over.gif";
ButtonOver[5].src = "My_Buttons/NSWLegislation_over.gif";
ButtonOver[6].src = "My_Buttons/OpenDirectory_over.gif";
ButtonOver[7].src = "My_Buttons/PioneerClubhouse_over.gif";
ButtonOver[8].src = "My_Buttons/Remember_over.gif";
ButtonOver[9].src = "My_Buttons/SupportGroups_over.gif";
ButtonOver[10].src = "My_Buttons/TransgenderOrgAu_over.gif";
ButtonOver[11].src = "My_Buttons/WilliamJPouw_over.gif";
ButtonOver[12].src = "My_Buttons/JShohemlian_over.gif";
ButtonOver[13].src = "My_Buttons/KOswald_over.gif";
ButtonOver[14].src = "My_Buttons/QldLegislation_over.gif";
ButtonOver[15].src = "My_Buttons/Qahc_over.gif";

var ButtonDown = new Array();
for ( xcount=0 ; xcount < 16 ; xcount++ ) {
	ButtonDown[xcount] = new Image();
	}
ButtonDown[0].src = "My_Buttons/AIElectrology_down.gif";
ButtonDown[1].src = "My_Buttons/AnneLawrence_down.gif";
ButtonDown[2].src = "My_Buttons/BirthsDeathsMarriages_down.gif";
ButtonDown[3].src = "My_Buttons/GenderCentre_down.gif";
ButtonDown[4].src = "My_Buttons/GoodTrannyGuide_down.gif";
ButtonDown[5].src = "My_Buttons/NSWLegislation_down.gif";
ButtonDown[6].src = "My_Buttons/OpenDirectory_down.gif";
ButtonDown[7].src = "My_Buttons/PioneerClubhouse_down.gif";
ButtonDown[8].src = "My_Buttons/Remember_down.gif";
ButtonDown[9].src = "My_Buttons/SupportGroups_down.gif";
ButtonDown[10].src = "My_Buttons/TransgenderOrgAu_down.gif";
ButtonDown[11].src = "My_Buttons/WilliamJPouw_down.gif";
ButtonDown[12].src = "My_Buttons/JShohemlian_down.gif";
ButtonDown[13].src = "My_Buttons/KOswald_down.gif";
ButtonDown[14].src = "My_Buttons/QldLegislation_down.gif";
ButtonDown[15].src = "My_Buttons/Qahc_down.gif";

