var imageFiles_7s_31 = new Array();
imageFiles_7s_31['0'] = new Array ('_images/7s_HOME.gif', '_images/7s_HOMEMouseover.gif');
imageFiles_7s_31['1'] = new Array ('_images/7s_SERVICES.gif', '_images/7s_SERVICESMouseover.gif');
imageFiles_7s_31['2'] = new Array ('_images/7s_CLASSES.gif', '_images/7s_CLASSESMouseover.gif');
imageFiles_7s_31['3'] = new Array ('_images/7s_LOCATIONS.gif', '_images/7s_LOCATIONSMouseover.gif');
imageFiles_7s_31['4'] = new Array ('_images/7s_LOCATION_IMAGES.gif', '_images/7s_LOCATION_IMAGESMouseover.gif');
imageFiles_7s_31['5'] = new Array ('_images/7s_NURSERY.gif', '_images/7s_NURSERYMouseover.gif');
imageFiles_7s_31['6'] = new Array ('_images/7s_HOURS.gif', '_images/7s_HOURSMouseover.gif');
imageFiles_7s_31['7'] = new Array ('_images/7s_MEMBERSHIPS.gif', '_images/7s_MEMBERSHIPSMouseover.gif');
imageFiles_7s_31['8'] = new Array ('_images/7s_DIRECTIONS.gif', '_images/7s_DIRECTIONSMouseover.gif');
imageFiles_7s_31['9'] = new Array ('_images/7s_EMPLOYMENT.gif', '_images/7s_EMPLOYMENTMouseover.gif');
imageFiles_7s_31['10'] = new Array ('_images/7s_CONTACT_US.gif', '_images/7s_CONTACT_USMouseover.gif');

function image_on_7s_31 (position) {
   var doc = eval("document.image7s_31" + position);
   doc.src = imageFiles_7s_31[position][1];
}

function image_off_7s_31 (position) {
   var doc = eval("document.image7s_31" + position);
   doc.src = imageFiles_7s_31[position][0];
}
