var imageFiles_g_3 = new Array();
imageFiles_g_3['0'] = new Array ('_images/g_PERSONAL_INJURY.gif', '_images/g_PERSONAL_INJURYMouseover.gif');
imageFiles_g_3['1'] = new Array ('_images/g_MEDICAL_MALPRACTICE.gif', '_images/g_MEDICAL_MALPRACTICEMouseover.gif');
imageFiles_g_3['2'] = new Array ('_images/g_WORKERS__COMPENSATION.gif', '_images/g_WORKERS__COMPENSATIONMouseover.gif');
imageFiles_g_3['3'] = new Array ('_images/g_SOCIAL_SECURITY.gif', '_images/g_SOCIAL_SECURITYMouseover.gif');

function image_on_g_3 (position) {
   var doc = eval("document.imageg_3" + position);
   doc.src = imageFiles_g_3[position][1];
}

function image_off_g_3 (position) {
   var doc = eval("document.imageg_3" + position);
   doc.src = imageFiles_g_3[position][0];
}

