var imageFiles_14gph_3 = new Array();
imageFiles_14gph_3['0'] = new Array ('_images/14gph_Home.gif', '_images/14gph_HomeMouseover.gif');
imageFiles_14gph_3['1'] = new Array ('_images/14gph_Photo_Gallery.gif', '_images/14gph_Photo_GalleryMouseover.gif');
imageFiles_14gph_3['2'] = new Array ('_images/14gph_Birthday_Parties.gif', '_images/14gph_Birthday_PartiesMouseover.gif');
imageFiles_14gph_3['3'] = new Array ('_images/14gph_Private_Parties.gif', '_images/14gph_Private_PartiesMouseover.gif');
imageFiles_14gph_3['4'] = new Array ('_images/14gph_Skate_Lessons.gif', '_images/14gph_Skate_LessonsMouseover.gif');
imageFiles_14gph_3['5'] = new Array ('_images/14gph_February.gif', '_images/14gph_FebruaryMouseover.gif');
imageFiles_14gph_3['6'] = new Array ('_images/14gph_Directions.gif', '_images/14gph_DirectionsMouseover.gif');
imageFiles_14gph_3['7'] = new Array ('_images/14gph_Contact_Us.gif', '_images/14gph_Contact_UsMouseover.gif');
imageFiles_14gph_3['8'] = new Array ('_images/14gph_Book_Your_Party_Now.gif', '_images/14gph_Book_Your_Party_NowMouseover.gif');

function image_on_14gph_3 (position) {
   var doc = eval("document.image14gph_3" + position);
   doc.src = imageFiles_14gph_3[position][1];
}

function image_off_14gph_3 (position) {
   var doc = eval("document.image14gph_3" + position);
   doc.src = imageFiles_14gph_3[position][0];
}

