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

function image_on_14gph_15 (position) {
   var doc = eval("document.image14gph_15" + position);
   doc.src = imageFiles_14gph_15[position][1];
}

function image_off_14gph_15 (position) {
   var doc = eval("document.image14gph_15" + position);
   doc.src = imageFiles_14gph_15[position][0];
}

