var imageFiles_1vofd_3 = new Array();
imageFiles_1vofd_3['0'] = new Array ('_images/1vofd_Home.gif', '_images/1vofd_HomeMouseover.gif');
imageFiles_1vofd_3['1'] = new Array ('_images/1vofd_Profile.gif', '_images/1vofd_ProfileMouseover.gif');
imageFiles_1vofd_3['2'] = new Array ('_images/1vofd_Services.gif', '_images/1vofd_ServicesMouseover.gif');
imageFiles_1vofd_3['3'] = new Array ('_images/1vofd_Careers.gif', '_images/1vofd_CareersMouseover.gif');
imageFiles_1vofd_3['4'] = new Array ('_images/1vofd_Contact_Us.gif', '_images/1vofd_Contact_UsMouseover.gif');

function image_on_1vofd_3 (position) {
   var doc = eval("document.image1vofd_3" + position);
   doc.src = imageFiles_1vofd_3[position][1];
}

function image_off_1vofd_3 (position) {
   var doc = eval("document.image1vofd_3" + position);
   doc.src = imageFiles_1vofd_3[position][0];
}

