var imageFiles_aj_31 = new Array();
imageFiles_aj_31['0'] = new Array ('_images/aj_HOME.gif', '_images/aj_HOMEMouseover.gif');
imageFiles_aj_31['1'] = new Array ('_images/aj_ABOUT_US.gif', '_images/aj_ABOUT_USMouseover.gif');
imageFiles_aj_31['2'] = new Array ('_images/aj_COUNTERTOPS.gif', '_images/aj_COUNTERTOPSMouseover.gif');
imageFiles_aj_31['3'] = new Array ('_images/aj_TILE.gif', '_images/aj_TILEMouseover.gif');
imageFiles_aj_31['4'] = new Array ('_images/aj_FIREPLACES.gif', '_images/aj_FIREPLACESMouseover.gif');
imageFiles_aj_31['5'] = new Array ('_images/aj_FLOORING.gif', '_images/aj_FLOORINGMouseover.gif');
imageFiles_aj_31['6'] = new Array ('_images/aj_SEAL___RESTORE.gif', '_images/aj_SEAL___RESTOREMouseover.gif');
imageFiles_aj_31['7'] = new Array ('_images/aj_SINKS.gif', '_images/aj_SINKSMouseover.gif');
imageFiles_aj_31['8'] = new Array ('_images/aj_GALLERY.gif', '_images/aj_GALLERYMouseover.gif');
imageFiles_aj_31['9'] = new Array ('_images/aj_SPECIALS.gif', '_images/aj_SPECIALSMouseover.gif');
imageFiles_aj_31['10'] = new Array ('_images/aj_FAQs.gif', '_images/aj_FAQsMouseover.gif');
imageFiles_aj_31['11'] = new Array ('_images/aj_LINKS.gif', '_images/aj_LINKSMouseover.gif');
imageFiles_aj_31['12'] = new Array ('_images/aj_SITE_MAP.gif', '_images/aj_SITE_MAPMouseover.gif');
imageFiles_aj_31['13'] = new Array ('_images/aj_REQUEST_INFO.gif', '_images/aj_REQUEST_INFOMouseover.gif');
imageFiles_aj_31['14'] = new Array ('_images/aj_CONTACT_US.gif', '_images/aj_CONTACT_USMouseover.gif');

function image_on_aj_31 (position) {
   var doc = eval("document.imageaj_31" + position);
   doc.src = imageFiles_aj_31[position][1];
}

function image_off_aj_31 (position) {
   var doc = eval("document.imageaj_31" + position);
   doc.src = imageFiles_aj_31[position][0];
}

