var imageFiles_c_4 = new Array();
imageFiles_c_4['0'] = new Array ('_images/c_HOME.gif', '_images/c_HOMEMouseover.gif');
imageFiles_c_4['1'] = new Array ('_images/c_PRACTICE_AREAS.gif', '_images/c_PRACTICE_AREASMouseover.gif');
imageFiles_c_4['2'] = new Array ('_images/c_COURTROOM_VICTORIES.gif', '_images/c_COURTROOM_VICTORIESMouseover.gif');
imageFiles_c_4['3'] = new Array ('_images/c_PAYMENT_PLANS.gif', '_images/c_PAYMENT_PLANSMouseover.gif');
imageFiles_c_4['4'] = new Array ('_images/c_OFFICE_LOCATION.gif', '_images/c_OFFICE_LOCATIONMouseover.gif');
imageFiles_c_4['5'] = new Array ('_images/c_ATTORNEY_PROFILE.gif', '_images/c_ATTORNEY_PROFILEMouseover.gif');
imageFiles_c_4['6'] = new Array ('_images/c_WEB_RESOURCES.gif', '_images/c_WEB_RESOURCESMouseover.gif');
imageFiles_c_4['7'] = new Array ('_images/c_CRIMINAL_LAW.gif', '_images/c_CRIMINAL_LAWMouseover.gif');
imageFiles_c_4['8'] = new Array ('_images/c_PERSONAL_INJURY.gif', '_images/c_PERSONAL_INJURYMouseover.gif');
imageFiles_c_4['9'] = new Array ('_images/c_FAMILY_LAW.gif', '_images/c_FAMILY_LAWMouseover.gif');
imageFiles_c_4['10'] = new Array ('_images/c_COLLECTIONS.gif', '_images/c_COLLECTIONSMouseover.gif');
imageFiles_c_4['11'] = new Array ('_images/c_SEAL_AND_EXPUNGE.gif', '_images/c_SEAL_AND_EXPUNGEMouseover.gif');

function image_on_c_4 (position) {
   var doc = eval("document.imagec_4" + position);
   doc.src = imageFiles_c_4[position][1];
}

function image_off_c_4 (position) {
   var doc = eval("document.imagec_4" + position);
   doc.src = imageFiles_c_4[position][0];
}
