var imageFiles_g_31 = new Array();
imageFiles_g_31['0'] = new Array ('_images/g_HOME.gif', '_images/g_HOMEMouseover.gif');
imageFiles_g_31['1'] = new Array ('_images/g_ABOUT_US.gif', '_images/g_ABOUT_USMouseover.gif');
imageFiles_g_31['2'] = new Array ('_images/g_CARPET___UPHOLSTERY_CLEANING.gif', '_images/g_CARPET___UPHOLSTERY_CLEANINGMouseover.gif');
imageFiles_g_31['3'] = new Array ('_images/g_DUCT_CLEANING_.gif', '_images/g_DUCT_CLEANING_Mouseover.gif');
imageFiles_g_31['4'] = new Array ('_images/g_RESTORATION_SERVICES.gif', '_images/g_RESTORATION_SERVICESMouseover.gif');
imageFiles_g_31['5'] = new Array ('_images/g_F_A_Q__.gif', '_images/g_F_A_Q__Mouseover.gif');
imageFiles_g_31['6'] = new Array ('_images/g_CARPET_CARE___MAINTENANCE.gif', '_images/g_CARPET_CARE___MAINTENANCEMouseover.gif');
imageFiles_g_31['7'] = new Array ('_images/g_STAIN___SPOT_REMOVAL_TIPS.gif', '_images/g_STAIN___SPOT_REMOVAL_TIPSMouseover.gif');
imageFiles_g_31['8'] = new Array ('_images/g_COUPON.gif', '_images/g_COUPONMouseover.gif');
imageFiles_g_31['9'] = new Array ('_images/g_REFERRAL_REWARDS_PROGRAM.gif', '_images/g_REFERRAL_REWARDS_PROGRAMMouseover.gif');
imageFiles_g_31['10'] = new Array ('_images/g_CONTACT_US.gif', '_images/g_CONTACT_USMouseover.gif');

function image_on_g_31 (position) {
   var doc = eval("document.imageg_31" + position);
   doc.src = imageFiles_g_31[position][1];
}

function image_off_g_31 (position) {
   var doc = eval("document.imageg_31" + position);
   doc.src = imageFiles_g_31[position][0];
}

