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

function image_on_g_19 (position) {
   var doc = eval("document.imageg_19" + position);
   doc.src = imageFiles_g_19[position][1];
}

function image_off_g_19 (position) {
   var doc = eval("document.imageg_19" + position);
   doc.src = imageFiles_g_19[position][0];
}
