var imageFiles_g_1 = new Array();
imageFiles_g_1['0'] = new Array ('_images/g_Home.gif', '_images/g_HomeMouseover.gif');
imageFiles_g_1['1'] = new Array ('_images/g_Profile.gif', '_images/g_ProfileMouseover.gif');
imageFiles_g_1['2'] = new Array ('_images/g_Practice_Areas.gif', '_images/g_Practice_AreasMouseover.gif');
imageFiles_g_1['3'] = new Array ('_images/g_Contact.gif', '_images/g_ContactMouseover.gif');
imageFiles_g_1['4'] = new Array ('_images/g_Links.gif', '_images/g_LinksMouseover.gif');

function image_on_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][1];
}

function image_off_g_1 (position) {
   var doc = eval("document.imageg_1" + position);
   doc.src = imageFiles_g_1[position][0];
}
