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

function image_on_g_34 (position) {
   var doc = eval("document.imageg_34" + position);
   doc.src = imageFiles_g_34[position][1];
}

function image_off_g_34 (position) {
   var doc = eval("document.imageg_34" + position);
   doc.src = imageFiles_g_34[position][0];
}

