var imageFiles_pv_95 = new Array();
imageFiles_pv_95['0'] = new Array ('_images/pv_League_Box_Scores.gif', '_images/pv_League_Box_ScoresMouseover.gif');
imageFiles_pv_95['1'] = new Array ('_images/pv_Tee_Ball_Schedule.gif', '_images/pv_Tee_Ball_ScheduleMouseover.gif');
imageFiles_pv_95['2'] = new Array ('_images/pv_Coach_Pitch_Schedule.gif', '_images/pv_Coach_Pitch_ScheduleMouseover.gif');
imageFiles_pv_95['3'] = new Array ('_images/pv_Minors_Division_Schedule.gif', '_images/pv_Minors_Division_ScheduleMouseover.gif');
imageFiles_pv_95['4'] = new Array ('_images/pv_Majors_Division_Schedule.gif', '_images/pv_Majors_Division_ScheduleMouseover.gif');
imageFiles_pv_95['5'] = new Array ('_images/pv_Little_League_Standings.gif', '_images/pv_Little_League_StandingsMouseover.gif');
imageFiles_pv_95['6'] = new Array ('_images/pv_Hampden_Teener_Schedule.gif', '_images/pv_Hampden_Teener_ScheduleMouseover.gif');
imageFiles_pv_95['7'] = new Array ('_images/pv_GWSTA_Teener_Schedule.gif', '_images/pv_GWSTA_Teener_ScheduleMouseover.gif');
imageFiles_pv_95['8'] = new Array ('_images/pv_GWSTA_Teener_Standings.gif', '_images/pv_GWSTA_Teener_StandingsMouseover.gif');
imageFiles_pv_95['9'] = new Array ('_images/pv_Legions_Schedule.gif', '_images/pv_Legions_ScheduleMouseover.gif');
imageFiles_pv_95['10'] = new Array ('_images/pv_Playoff_Schedule.gif', '_images/pv_Playoff_ScheduleMouseover.gif');
imageFiles_pv_95['11'] = new Array ('_images/pv_All_Star_Tournaments.gif', '_images/pv_All_Star_TournamentsMouseover.gif');
imageFiles_pv_95['12'] = new Array ('_images/pv_2nd_Season_Fallball.gif', '_images/pv_2nd_Season_FallballMouseover.gif');
imageFiles_pv_95['13'] = new Array ('_images/pv_Challenger_Division_Info.gif', '_images/pv_Challenger_Division_InfoMouseover.gif');
imageFiles_pv_95['14'] = new Array ('_images/pv_Twilight_League.gif', '_images/pv_Twilight_LeagueMouseover.gif');

function image_on_pv_95 (position) {
   var doc = eval("document.imagepv_95" + position);
   doc.src = imageFiles_pv_95[position][1];
}

function image_off_pv_95 (position) {
   var doc = eval("document.imagepv_95" + position);
   doc.src = imageFiles_pv_95[position][0];
}

