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

function image_on_g_10 (position) {
   var doc = eval("document.imageg_10" + position);
   doc.src = imageFiles_g_10[position][1];
}

function image_off_g_10 (position) {
   var doc = eval("document.imageg_10" + position);
   doc.src = imageFiles_g_10[position][0];
}
