var imageFiles_4aksc_3 = new Array();
imageFiles_4aksc_3['0'] = new Array ('_images/4aksc_Home.gif', '_images/4aksc_HomeMouseover.gif');
imageFiles_4aksc_3['1'] = new Array ('_images/4aksc_Schedule.gif', '_images/4aksc_ScheduleMouseover.gif');
imageFiles_4aksc_3['2'] = new Array ('_images/4aksc_Public_Skating.gif', '_images/4aksc_Public_SkatingMouseover.gif');
imageFiles_4aksc_3['3'] = new Array ('_images/4aksc_Homeschool.gif', '_images/4aksc_HomeschoolMouseover.gif');
imageFiles_4aksc_3['4'] = new Array ('_images/4aksc_Learn_to_Skate.gif', '_images/4aksc_Learn_to_SkateMouseover.gif');
imageFiles_4aksc_3['5'] = new Array ('_images/4aksc_Stick___Puck.gif', '_images/4aksc_Stick___PuckMouseover.gif');
imageFiles_4aksc_3['6'] = new Array ('_images/4aksc_Birthday_Parties.gif', '_images/4aksc_Birthday_PartiesMouseover.gif');
imageFiles_4aksc_3['7'] = new Array ('_images/4aksc_Contact_Us.gif', '_images/4aksc_Contact_UsMouseover.gif');

function image_on_4aksc_3 (position) {
   var doc = eval("document.image4aksc_3" + position);
   doc.src = imageFiles_4aksc_3[position][1];
}

function image_off_4aksc_3 (position) {
   var doc = eval("document.image4aksc_3" + position);
   doc.src = imageFiles_4aksc_3[position][0];
}

