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

function image_on_14gph_7 (position) {
   var doc = eval("document.image14gph_7" + position);
   doc.src = imageFiles_14gph_7[position][1];
}

function image_off_14gph_7 (position) {
   var doc = eval("document.image14gph_7" + position);
   doc.src = imageFiles_14gph_7[position][0];
}

