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

function image_on_g_11 (position) {
   var doc = eval("document.imageg_11" + position);
   doc.src = imageFiles_g_11[position][1];
}

function image_off_g_11 (position) {
   var doc = eval("document.imageg_11" + position);
   doc.src = imageFiles_g_11[position][0];
}

