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

function image_on_g_13 (position) {
   var doc = eval("document.imageg_13" + position);
   doc.src = imageFiles_g_13[position][1];
}

function image_off_g_13 (position) {
   var doc = eval("document.imageg_13" + position);
   doc.src = imageFiles_g_13[position][0];
}
